Html Css Color HEX #2959CE Cerulean Blue

📋 copy color: '#2959CE'

red 41 ◦ green 89 ◦ blue 206

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

Shades of Cerulean Blue #2959CE

Tints of Cerulean Blue #2959CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

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

R = 12.2%
G = 26.49%
B = 61.31%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2959CE (or 0x2959CE) is known color: Cerulean Blue. HEX triplet: 29, 59 and CE. RGB value is (41,89,206). Sum of RGB (Red+Green+Blue) = 41+89+206=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #2959CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959CE is #D6A631. Grayscale: #575757. Windows color (decimal): -14067250 or 13523241. OLE color: 13523241.

HSL color Cylindrical-coordinate representation of color #2959CE: hue angle of 222.55º 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 #2959CE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 89 206 -
CMYK 0.80 0.57 0 0.19
HSL 222.55º 0.67% 0.48% -
HSV(B) 222.55º 0.8% 0.81% -
XYZ 15.63 12.07 59.9 -
YUV 87.99 194.6 94.49 -
System Red Green Blue C M Y K H S L
Decimal 41 89 206 0.80 0.57 0 0.19 222.55 0.67 0.48
Hex 29 59 CE 50 39 0 13 DF 43 30
Octal 51 131 316 120 71 0 23 337 103 60
Binary 101001 1011001 11001110 1010000 111001 0 10011 11011111 1000011 110000

Color Harmonies of #2959CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2959CE

Black with #2959CE

Text Example


Text Example

White with #2959CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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