Html Css Color HEX #2957BD Cerulean Blue

📋 copy color: '#2957BD'

red 41 ◦ green 87 ◦ blue 189

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

Shades of Cerulean Blue #2957BD

Tints of Cerulean Blue #2957BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

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

R = 12.93%
G = 27.44%
B = 59.62%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2957BD (or 0x2957BD) is known color: Cerulean Blue. HEX triplet: 29, 57 and BD. RGB value is (41,87,189). Sum of RGB (Red+Green+Blue) = 41+87+189=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #2957BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2957BD is #D6A842. Grayscale: #545454. Windows color (decimal): -14067779 or 12408617. OLE color: 12408617.

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

Color convert

RGB 41 87 189 -
CMYK 0.78 0.54 0 0.26
HSL 221.35º 0.64% 0.45% -
HSV(B) 221.35º 0.78% 0.74% -
XYZ 13.51 10.96 49.55 -
YUV 84.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 41 87 189 0.78 0.54 0 0.26 221.35 0.64 0.45
Hex 29 57 BD 4E 36 0 1A DD 40 2D
Octal 51 127 275 116 66 0 32 335 100 55
Binary 101001 1010111 10111101 1001110 110110 0 11010 11011101 1000000 101101

Color Harmonies of #2957BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957BD

Black with #2957BD

Text Example


Text Example

White with #2957BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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