Html Css Color HEX #2960CE Cerulean Blue

📋 copy color: '#2960CE'

red 41 ◦ green 96 ◦ blue 206

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

Shades of Cerulean Blue #2960CE

Tints of Cerulean Blue #2960CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

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

R = 11.95%
G = 27.99%
B = 60.06%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2960CE (or 0x2960CE) is known color: Cerulean Blue. HEX triplet: 29, 60 and CE. RGB value is (41,96,206). Sum of RGB (Red+Green+Blue) = 41+96+206=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #2960CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960CE is #D69F31. Grayscale: #5B5B5B. Windows color (decimal): -14065458 or 13525033. OLE color: 13525033.

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

Color convert

RGB 41 96 206 -
CMYK 0.80 0.53 0 0.19
HSL 220º 0.67% 0.48% -
HSV(B) 220º 0.8% 0.81% -
XYZ 16.24 13.29 60.1 -
YUV 92.1 192.28 91.56 -
System Red Green Blue C M Y K H S L
Decimal 41 96 206 0.80 0.53 0 0.19 220 0.67 0.48
Hex 29 60 CE 50 35 0 13 DC 43 30
Octal 51 140 316 120 65 0 23 334 103 60
Binary 101001 1100000 11001110 1010000 110101 0 10011 11011100 1000011 110000

Color Harmonies of #2960CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2960CE

Black with #2960CE

Text Example


Text Example

White with #2960CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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