Html Css Color HEX #2957BB Cerulean Blue

📋 copy color: '#2957BB'

red 41 ◦ green 87 ◦ blue 187

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

Shades of Cerulean Blue #2957BB

Tints of Cerulean Blue #2957BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 13.02%
G = 27.62%
B = 59.37%

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

#2957BB (or 0x2957BB) is known color: Cerulean Blue. HEX triplet: 29, 57 and BB. RGB value is (41,87,187). Sum of RGB (Red+Green+Blue) = 41+87+187=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #2957BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2957BB is #D6A844. Grayscale: #545454. Windows color (decimal): -14067781 or 12277545. OLE color: 12277545.

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

Color convert

RGB 41 87 187 -
CMYK 0.78 0.53 0 0.27
HSL 221.1º 0.64% 0.45% -
HSV(B) 221.1º 0.78% 0.73% -
XYZ 13.29 10.88 48.41 -
YUV 84.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 41 87 187 0.78 0.53 0 0.27 221.1 0.64 0.45
Hex 29 57 BB 4E 35 0 1B DD 40 2D
Octal 51 127 273 116 65 0 33 335 100 55
Binary 101001 1010111 10111011 1001110 110101 0 11011 11011101 1000000 101101

Color Harmonies of #2957BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957BB

Black with #2957BB

Text Example


Text Example

White with #2957BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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