Html Css Color HEX #2957BA Cerulean Blue

📋 copy color: '#2957BA'

red 41 ◦ green 87 ◦ blue 186

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

Shades of Cerulean Blue #2957BA

Tints of Cerulean Blue #2957BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 13.06%
G = 27.71%
B = 59.24%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2957BA (or 0x2957BA) is known color: Cerulean Blue. HEX triplet: 29, 57 and BA. RGB value is (41,87,186). Sum of RGB (Red+Green+Blue) = 41+87+186=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #2957BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2957BA is #D6A845. Grayscale: #545454. Windows color (decimal): -14067782 or 12212009. OLE color: 12212009.

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

Color convert

RGB 41 87 186 -
CMYK 0.78 0.53 0 0.27
HSL 220.97º 0.64% 0.45% -
HSV(B) 220.97º 0.78% 0.73% -
XYZ 13.19 10.83 47.85 -
YUV 84.53 185.26 96.95 -
System Red Green Blue C M Y K H S L
Decimal 41 87 186 0.78 0.53 0 0.27 220.97 0.64 0.45
Hex 29 57 BA 4E 35 0 1B DD 40 2D
Octal 51 127 272 116 65 0 33 335 100 55
Binary 101001 1010111 10111010 1001110 110101 0 11011 11011101 1000000 101101

Color Harmonies of #2957BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957BA

Black with #2957BA

Text Example


Text Example

White with #2957BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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