Html Css Color HEX #2957BE Cerulean Blue

📋 copy color: '#2957BE'

red 41 ◦ green 87 ◦ blue 190

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

Shades of Cerulean Blue #2957BE

Tints of Cerulean Blue #2957BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 12.89%
G = 27.36%
B = 59.75%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2957BE (or 0x2957BE) is known color: Cerulean Blue. HEX triplet: 29, 57 and BE. RGB value is (41,87,190). Sum of RGB (Red+Green+Blue) = 41+87+190=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #2957BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2957BE is #D6A841. Grayscale: #545454. Windows color (decimal): -14067778 or 12474153. OLE color: 12474153.

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

Color convert

RGB 41 87 190 -
CMYK 0.78 0.54 0 0.25
HSL 221.48º 0.65% 0.45% -
HSV(B) 221.48º 0.78% 0.75% -
XYZ 13.62 11.01 50.12 -
YUV 84.99 187.26 96.62 -
System Red Green Blue C M Y K H S L
Decimal 41 87 190 0.78 0.54 0 0.25 221.48 0.65 0.45
Hex 29 57 BE 4E 36 0 19 DD 41 2D
Octal 51 127 276 116 66 0 31 335 101 55
Binary 101001 1010111 10111110 1001110 110110 0 11001 11011101 1000001 101101

Color Harmonies of #2957BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957BE

Black with #2957BE

Text Example


Text Example

White with #2957BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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