Html Css Color HEX #2842DF Cerulean Blue

📋 copy color: '#2842DF'

red 40 ◦ green 66 ◦ blue 223

#2842DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2842DF

Tints of Cerulean Blue #2842DF

RGB

 RED value IS 40 (16.02% from 255) = 12.16%

 GREEN value IS 66 (26.17% from 255) = 20.06%

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 12.16%
G = 20.06%
B = 67.78%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2842DF (or 0x2842DF) is known color: Cerulean Blue. HEX triplet: 28, 42 and DF. RGB value is (40,66,223). Sum of RGB (Red+Green+Blue) = 40+66+223=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #2842DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2842DF is #D7BD20. Grayscale: #4B4B4B. Windows color (decimal): -14138657 or 14631464. OLE color: 14631464.

HSL color Cylindrical-coordinate representation of color #2842DF: hue angle of 231.48º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2842DF is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 66 223 -
CMYK 0.82 0.70 0 0.13
HSL 231.48º 0.74% 0.52% -
HSV(B) 231.48º 0.82% 0.87% -
XYZ 16.14 9.68 70.83 -
YUV 76.12 210.89 102.23 -
System Red Green Blue C M Y K H S L
Decimal 40 66 223 0.82 0.70 0 0.13 231.48 0.74 0.52
Hex 28 42 DF 52 46 0 D E7 4A 34
Octal 50 102 337 122 106 0 15 347 112 64
Binary 101000 1000010 11011111 1010010 1000110 0 1101 11100111 1001010 110100

Color Harmonies of #2842DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2842DF

Black with #2842DF

Text Example


Text Example

White with #2842DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2842DF; }

 p { color: rgb(40,66,223); }

 H1.HeaderClassName
 {
   color: #2842DF;
 }
 .AnyTagClassName
 {
   color: #2842DF;
 }
</style>

background-color css

<style>
 a { background-color: #2842DF; }

 a { background-color: rgb(40,66,223); }

 div.DivClassName
 {
   background-color: #2842DF;
 }
 .BgClassName
 {
   background-color: #2842DF;
 }
</style>

border-color css

<style>
 span { border-color: #2842DF; }

 span { border-color: rgb(40,66,223); }

 td.TdClassName
 {
   border-color: #2842DF;
 }
 .TagClassName
 {
   border-color: #2842DF;
 }
</style>