Html Css Color HEX #2D57CC Cerulean Blue

📋 copy color: '#2D57CC'

red 45 ◦ green 87 ◦ blue 204

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

Shades of Cerulean Blue #2D57CC

Tints of Cerulean Blue #2D57CC

RGB

 RED value IS 45 (17.97% from 255) = 13.39%

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

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

R = 13.39%
G = 25.89%
B = 60.71%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2D57CC (or 0x2D57CC) is known color: Cerulean Blue. HEX triplet: 2D, 57 and CC. RGB value is (45,87,204). Sum of RGB (Red+Green+Blue) = 45+87+204=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D57CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D57CC is #D2A833. Grayscale: #575757. Windows color (decimal): -13805620 or 13391661. OLE color: 13391661.

HSL color Cylindrical-coordinate representation of color #2D57CC: hue angle of 224.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D57CC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 45 87 204 -
CMYK 0.78 0.57 0 0.2
HSL 224.15º 0.64% 0.49% -
HSV(B) 224.15º 0.78% 0.8% -
XYZ 15.39 11.73 58.58 -
YUV 87.78 193.59 97.49 -
System Red Green Blue C M Y K H S L
Decimal 45 87 204 0.78 0.57 0 0.2 224.15 0.64 0.49
Hex 2D 57 CC 4E 39 0 14 E0 40 31
Octal 55 127 314 116 71 0 24 340 100 61
Binary 101101 1010111 11001100 1001110 111001 0 10100 11100000 1000000 110001

Color Harmonies of #2D57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D57CC

Black with #2D57CC

Text Example


Text Example

White with #2D57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D57CC; }

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

 H1.HeaderClassName
 {
   color: #2D57CC;
 }
 .AnyTagClassName
 {
   color: #2D57CC;
 }
</style>

background-color css

<style>
 a { background-color: #2D57CC; }

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

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

border-color css

<style>
 span { border-color: #2D57CC; }

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

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