Html Css Color HEX #2862CD Cerulean Blue

📋 copy color: '#2862CD'

red 40 ◦ green 98 ◦ blue 205

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

Shades of Cerulean Blue #2862CD

Tints of Cerulean Blue #2862CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 11.66%
G = 28.57%
B = 59.77%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2862CD (or 0x2862CD) is known color: Cerulean Blue. HEX triplet: 28, 62 and CD. RGB value is (40,98,205). Sum of RGB (Red+Green+Blue) = 40+98+205=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #2862CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2862CD is #D79D32. Grayscale: #5C5C5C. Windows color (decimal): -14130483 or 13460008. OLE color: 13460008.

HSL color Cylindrical-coordinate representation of color #2862CD: hue angle of 218.91º 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 #2862CD is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 98 205 -
CMYK 0.80 0.52 0 0.20
HSL 218.91º 0.67% 0.48% -
HSV(B) 218.91º 0.8% 0.8% -
XYZ 16.26 13.59 59.52 -
YUV 92.86 191.28 90.3 -
System Red Green Blue C M Y K H S L
Decimal 40 98 205 0.80 0.52 0 0.20 218.91 0.67 0.48
Hex 28 62 CD 50 34 0 14 DB 43 30
Octal 50 142 315 120 64 0 24 333 103 60
Binary 101000 1100010 11001101 1010000 110100 0 10100 11011011 1000011 110000

Color Harmonies of #2862CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2862CD

Black with #2862CD

Text Example


Text Example

White with #2862CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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