Html Css Color HEX #2960C9 Cerulean Blue

📋 copy color: '#2960C9'

red 41 ◦ green 96 ◦ blue 201

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

Shades of Cerulean Blue #2960C9

Tints of Cerulean Blue #2960C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 59.47%

R = 12.13%
G = 28.4%
B = 59.47%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2960C9 (or 0x2960C9) is known color: Cerulean Blue. HEX triplet: 29, 60 and C9. RGB value is (41,96,201). Sum of RGB (Red+Green+Blue) = 41+96+201=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 201 (78.91% from 255 or 59.47% from 338); Max value from RGB is 201 - color contains mainly: blue. Hex color #2960C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960C9 is #D69F36. Grayscale: #5B5B5B. Windows color (decimal): -14065463 or 13197353. OLE color: 13197353.

HSL color Cylindrical-coordinate representation of color #2960C9: hue angle of 219.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2960C9 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 96 201 -
CMYK 0.80 0.52 0 0.21
HSL 219.38º 0.66% 0.47% -
HSV(B) 219.38º 0.8% 0.79% -
XYZ 15.64 13.05 56.95 -
YUV 91.53 189.78 91.96 -
System Red Green Blue C M Y K H S L
Decimal 41 96 201 0.80 0.52 0 0.21 219.38 0.66 0.47
Hex 29 60 C9 50 34 0 15 DB 42 2F
Octal 51 140 311 120 64 0 25 333 102 57
Binary 101001 1100000 11001001 1010000 110100 0 10101 11011011 1000010 101111

Color Harmonies of #2960C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2960C9

Black with #2960C9

Text Example


Text Example

White with #2960C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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