Html Css Color HEX #2842DB Cerulean Blue

📋 copy color: '#2842DB'

red 40 ◦ green 66 ◦ blue 219

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

Shades of Cerulean Blue #2842DB

Tints of Cerulean Blue #2842DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.38%

R = 12.31%
G = 20.31%
B = 67.38%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2842DB (or 0x2842DB) is known color: Cerulean Blue. HEX triplet: 28, 42 and DB. RGB value is (40,66,219). Sum of RGB (Red+Green+Blue) = 40+66+219=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #2842DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2842DB is #D7BD24. Grayscale: #4B4B4B. Windows color (decimal): -14138661 or 14369320. OLE color: 14369320.

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

Color convert

RGB 40 66 219 -
CMYK 0.82 0.70 0 0.14
HSL 231.28º 0.71% 0.51% -
HSV(B) 231.28º 0.82% 0.86% -
XYZ 15.61 9.46 68.02 -
YUV 75.67 208.89 102.56 -
System Red Green Blue C M Y K H S L
Decimal 40 66 219 0.82 0.70 0 0.14 231.28 0.71 0.51
Hex 28 42 DB 52 46 0 E E7 47 33
Octal 50 102 333 122 106 0 16 347 107 63
Binary 101000 1000010 11011011 1010010 1000110 0 1110 11100111 1000111 110011

Color Harmonies of #2842DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2842DB

Black with #2842DB

Text Example


Text Example

White with #2842DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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