Html Css Color HEX #2962CE Cerulean Blue

📋 copy color: '#2962CE'

red 41 ◦ green 98 ◦ blue 206

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

Shades of Cerulean Blue #2962CE

Tints of Cerulean Blue #2962CE

RGB

 RED value IS 41 (16.41% from 255) = 11.88%

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

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 11.88%
G = 28.41%
B = 59.71%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2962CE (or 0x2962CE) is known color: Cerulean Blue. HEX triplet: 29, 62 and CE. RGB value is (41,98,206). Sum of RGB (Red+Green+Blue) = 41+98+206=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #2962CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962CE is #D69D31. Grayscale: #5C5C5C. Windows color (decimal): -14064946 or 13525545. OLE color: 13525545.

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

Color convert

RGB 41 98 206 -
CMYK 0.80 0.52 0 0.19
HSL 219.27º 0.67% 0.48% -
HSV(B) 219.27º 0.8% 0.81% -
XYZ 16.42 13.66 60.16 -
YUV 93.27 191.62 90.72 -
System Red Green Blue C M Y K H S L
Decimal 41 98 206 0.80 0.52 0 0.19 219.27 0.67 0.48
Hex 29 62 CE 50 34 0 13 DB 43 30
Octal 51 142 316 120 64 0 23 333 103 60
Binary 101001 1100010 11001110 1010000 110100 0 10011 11011011 1000011 110000

Color Harmonies of #2962CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2962CE

Black with #2962CE

Text Example


Text Example

White with #2962CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2962CE; }

 p { color: rgb(41,98,206); }

 H1.HeaderClassName
 {
   color: #2962CE;
 }
 .AnyTagClassName
 {
   color: #2962CE;
 }
</style>

background-color css

<style>
 a { background-color: #2962CE; }

 a { background-color: rgb(41,98,206); }

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

border-color css

<style>
 span { border-color: #2962CE; }

 span { border-color: rgb(41,98,206); }

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