Html Css Color HEX #2957CC Cerulean Blue

📋 copy color: '#2957CC'

red 41 ◦ green 87 ◦ blue 204

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

Shades of Cerulean Blue #2957CC

Tints of Cerulean Blue #2957CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 12.35%
G = 26.2%
B = 61.45%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2957CC (or 0x2957CC) is known color: Cerulean Blue. HEX triplet: 29, 57 and CC. RGB value is (41,87,204). Sum of RGB (Red+Green+Blue) = 41+87+204=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #2957CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2957CC is #D6A833. Grayscale: #565656. Windows color (decimal): -14067764 or 13391657. OLE color: 13391657.

HSL color Cylindrical-coordinate representation of color #2957CC: hue angle of 223.07º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2957CC is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 87 204 -
CMYK 0.80 0.57 0 0.2
HSL 223.07º 0.67% 0.48% -
HSV(B) 223.07º 0.8% 0.8% -
XYZ 15.22 11.65 58.57 -
YUV 86.58 194.26 95.49 -
System Red Green Blue C M Y K H S L
Decimal 41 87 204 0.80 0.57 0 0.2 223.07 0.67 0.48
Hex 29 57 CC 50 39 0 14 DF 43 30
Octal 51 127 314 120 71 0 24 337 103 60
Binary 101001 1010111 11001100 1010000 111001 0 10100 11011111 1000011 110000

Color Harmonies of #2957CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957CC

Black with #2957CC

Text Example


Text Example

White with #2957CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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