Html Css Color HEX #2959BB Cerulean Blue

📋 copy color: '#2959BB'

red 41 ◦ green 89 ◦ blue 187

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

Shades of Cerulean Blue #2959BB

Tints of Cerulean Blue #2959BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 12.93%
G = 28.08%
B = 58.99%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2959BB (or 0x2959BB) is known color: Cerulean Blue. HEX triplet: 29, 59 and BB. RGB value is (41,89,187). Sum of RGB (Red+Green+Blue) = 41+89+187=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #2959BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959BB is #D6A644. Grayscale: #555555. Windows color (decimal): -14067269 or 12278057. OLE color: 12278057.

HSL color Cylindrical-coordinate representation of color #2959BB: hue angle of 220.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2959BB is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 89 187 -
CMYK 0.78 0.52 0 0.27
HSL 220.27º 0.64% 0.45% -
HSV(B) 220.27º 0.78% 0.73% -
XYZ 13.46 11.2 48.47 -
YUV 85.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 41 89 187 0.78 0.52 0 0.27 220.27 0.64 0.45
Hex 29 59 BB 4E 34 0 1B DC 40 2D
Octal 51 131 273 116 64 0 33 334 100 55
Binary 101001 1011001 10111011 1001110 110100 0 11011 11011100 1000000 101101

Color Harmonies of #2959BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2959BB

Black with #2959BB

Text Example


Text Example

White with #2959BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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