Html Css Color HEX #2960BD Cerulean Blue

📋 copy color: '#2960BD'

red 41 ◦ green 96 ◦ blue 189

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

Shades of Cerulean Blue #2960BD

Tints of Cerulean Blue #2960BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.98%

R = 12.58%
G = 29.45%
B = 57.98%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2960BD (or 0x2960BD) is known color: Cerulean Blue. HEX triplet: 29, 60 and BD. RGB value is (41,96,189). Sum of RGB (Red+Green+Blue) = 41+96+189=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #2960BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960BD is #D69F42. Grayscale: #595959. Windows color (decimal): -14065475 or 12410921. OLE color: 12410921.

HSL color Cylindrical-coordinate representation of color #2960BD: hue angle of 217.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2960BD is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 96 189 -
CMYK 0.78 0.49 0 0.26
HSL 217.7º 0.64% 0.45% -
HSV(B) 217.7º 0.78% 0.74% -
XYZ 14.28 12.51 49.81 -
YUV 90.16 183.78 92.94 -
System Red Green Blue C M Y K H S L
Decimal 41 96 189 0.78 0.49 0 0.26 217.7 0.64 0.45
Hex 29 60 BD 4E 31 0 1A DA 40 2D
Octal 51 140 275 116 61 0 32 332 100 55
Binary 101001 1100000 10111101 1001110 110001 0 11010 11011010 1000000 101101

Color Harmonies of #2960BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2960BD

Black with #2960BD

Text Example


Text Example

White with #2960BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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