Html Css Color HEX #2545CC Cerulean Blue

📋 copy color: '#2545CC'

red 37 ◦ green 69 ◦ blue 204

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

Shades of Cerulean Blue #2545CC

Tints of Cerulean Blue #2545CC

RGB

 RED value IS 37 (14.84% from 255) = 11.94%

 GREEN value IS 69 (27.34% from 255) = 22.26%

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

R = 11.94%
G = 22.26%
B = 65.81%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2545CC (or 0x2545CC) is known color: Cerulean Blue. HEX triplet: 25, 45 and CC. RGB value is (37,69,204). Sum of RGB (Red+Green+Blue) = 37+69+204=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #2545CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2545CC is #DABA33. Grayscale: #4A4A4A. Windows color (decimal): -14334516 or 13387045. OLE color: 13387045.

HSL color Cylindrical-coordinate representation of color #2545CC: hue angle of 228.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2545CC is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 69 204 -
CMYK 0.82 0.66 0 0.2
HSL 228.5º 0.69% 0.47% -
HSV(B) 228.5º 0.82% 0.8% -
XYZ 13.79 9.01 58.14 -
YUV 74.82 200.9 101.02 -
System Red Green Blue C M Y K H S L
Decimal 37 69 204 0.82 0.66 0 0.2 228.5 0.69 0.47
Hex 25 45 CC 52 42 0 14 E5 45 2F
Octal 45 105 314 122 102 0 24 345 105 57
Binary 100101 1000101 11001100 1010010 1000010 0 10100 11100101 1000101 101111

Color Harmonies of #2545CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2545CC

Black with #2545CC

Text Example


Text Example

White with #2545CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,69,204); }

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

background-color css

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

 a { background-color: rgb(37,69,204); }

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

border-color css

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

 span { border-color: rgb(37,69,204); }

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