Html Css Color HEX #2842DD Cerulean Blue

📋 copy color: '#2842DD'

red 40 ◦ green 66 ◦ blue 221

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

Shades of Cerulean Blue #2842DD

Tints of Cerulean Blue #2842DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 12.23%
G = 20.18%
B = 67.58%

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

#2842DD (or 0x2842DD) is known color: Cerulean Blue. HEX triplet: 28, 42 and DD. RGB value is (40,66,221). Sum of RGB (Red+Green+Blue) = 40+66+221=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #2842DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2842DD is #D7BD22. Grayscale: #4B4B4B. Windows color (decimal): -14138659 or 14500392. OLE color: 14500392.

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

Color convert

RGB 40 66 221 -
CMYK 0.82 0.70 0 0.13
HSL 231.38º 0.73% 0.51% -
HSV(B) 231.38º 0.82% 0.87% -
XYZ 15.87 9.57 69.42 -
YUV 75.9 209.89 102.4 -
System Red Green Blue C M Y K H S L
Decimal 40 66 221 0.82 0.70 0 0.13 231.38 0.73 0.51
Hex 28 42 DD 52 46 0 D E7 49 33
Octal 50 102 335 122 106 0 15 347 111 63
Binary 101000 1000010 11011101 1010010 1000110 0 1101 11100111 1001001 110011

Color Harmonies of #2842DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2842DD

Black with #2842DD

Text Example


Text Example

White with #2842DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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