Html Css Color HEX #2959BF Cerulean Blue

📋 copy color: '#2959BF'

red 41 ◦ green 89 ◦ blue 191

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

Shades of Cerulean Blue #2959BF

Tints of Cerulean Blue #2959BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.5%

R = 12.77%
G = 27.73%
B = 59.5%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2959BF (or 0x2959BF) is known color: Cerulean Blue. HEX triplet: 29, 59 and BF. RGB value is (41,89,191). Sum of RGB (Red+Green+Blue) = 41+89+191=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #2959BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959BF is #D6A640. Grayscale: #555555. Windows color (decimal): -14067265 or 12540201. OLE color: 12540201.

HSL color Cylindrical-coordinate representation of color #2959BF: hue angle of 220.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2959BF is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 89 191 -
CMYK 0.79 0.53 0 0.25
HSL 220.8º 0.65% 0.45% -
HSV(B) 220.8º 0.79% 0.75% -
XYZ 13.89 11.38 50.75 -
YUV 86.28 187.1 95.71 -
System Red Green Blue C M Y K H S L
Decimal 41 89 191 0.79 0.53 0 0.25 220.8 0.65 0.45
Hex 29 59 BF 4F 35 0 19 DD 41 2D
Octal 51 131 277 117 65 0 31 335 101 55
Binary 101001 1011001 10111111 1001111 110101 0 11001 11011101 1000001 101101

Color Harmonies of #2959BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2959BF

Black with #2959BF

Text Example


Text Example

White with #2959BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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