Html Css Color HEX #2862CC Cerulean Blue

📋 copy color: '#2862CC'

red 40 ◦ green 98 ◦ blue 204

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

Shades of Cerulean Blue #2862CC

Tints of Cerulean Blue #2862CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

 BLUE value IS 204 (80.08% from 255) = 59.65%

R = 11.7%
G = 28.65%
B = 59.65%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2862CC (or 0x2862CC) is known color: Cerulean Blue. HEX triplet: 28, 62 and CC. RGB value is (40,98,204). Sum of RGB (Red+Green+Blue) = 40+98+204=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #2862CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2862CC is #D79D33. Grayscale: #5C5C5C. Windows color (decimal): -14130484 or 13394472. OLE color: 13394472.

HSL color Cylindrical-coordinate representation of color #2862CC: hue angle of 218.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2862CC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 98 204 -
CMYK 0.80 0.52 0 0.2
HSL 218.78º 0.67% 0.48% -
HSV(B) 218.78º 0.8% 0.8% -
XYZ 16.14 13.55 58.89 -
YUV 92.74 190.78 90.38 -
System Red Green Blue C M Y K H S L
Decimal 40 98 204 0.80 0.52 0 0.2 218.78 0.67 0.48
Hex 28 62 CC 50 34 0 14 DB 43 30
Octal 50 142 314 120 64 0 24 333 103 60
Binary 101000 1100010 11001100 1010000 110100 0 10100 11011011 1000011 110000

Color Harmonies of #2862CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2862CC

Black with #2862CC

Text Example


Text Example

White with #2862CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2862CC; }

 p { color: rgb(40,98,204); }

 H1.HeaderClassName
 {
   color: #2862CC;
 }
 .AnyTagClassName
 {
   color: #2862CC;
 }
</style>

background-color css

<style>
 a { background-color: #2862CC; }

 a { background-color: rgb(40,98,204); }

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

border-color css

<style>
 span { border-color: #2862CC; }

 span { border-color: rgb(40,98,204); }

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