Html Css Color HEX #2959BC Cerulean Blue

📋 copy color: '#2959BC'

red 41 ◦ green 89 ◦ blue 188

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

Shades of Cerulean Blue #2959BC

Tints of Cerulean Blue #2959BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 12.89%
G = 27.99%
B = 59.12%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2959BC (or 0x2959BC) is known color: Cerulean Blue. HEX triplet: 29, 59 and BC. RGB value is (41,89,188). Sum of RGB (Red+Green+Blue) = 41+89+188=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #2959BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959BC is #D6A643. Grayscale: #555555. Windows color (decimal): -14067268 or 12343593. OLE color: 12343593.

HSL color Cylindrical-coordinate representation of color #2959BC: hue angle of 220.41º 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 #2959BC is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 89 188 -
CMYK 0.78 0.53 0 0.26
HSL 220.41º 0.64% 0.45% -
HSV(B) 220.41º 0.78% 0.74% -
XYZ 13.56 11.25 49.03 -
YUV 85.93 185.6 95.95 -
System Red Green Blue C M Y K H S L
Decimal 41 89 188 0.78 0.53 0 0.26 220.41 0.64 0.45
Hex 29 59 BC 4E 35 0 1A DC 40 2D
Octal 51 131 274 116 65 0 32 334 100 55
Binary 101001 1011001 10111100 1001110 110101 0 11010 11011100 1000000 101101

Color Harmonies of #2959BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2959BC

Black with #2959BC

Text Example


Text Example

White with #2959BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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