Html Css Color HEX #254DCC Cerulean Blue

📋 copy color: '#254DCC'

red 37 ◦ green 77 ◦ blue 204

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

Shades of Cerulean Blue #254DCC

Tints of Cerulean Blue #254DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

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

R = 11.64%
G = 24.21%
B = 64.15%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#254DCC (or 0x254DCC) is known color: Cerulean Blue. HEX triplet: 25, 4D and CC. RGB value is (37,77,204). Sum of RGB (Red+Green+Blue) = 37+77+204=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #254DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DCC is #DAB233. Grayscale: #4E4E4E. Windows color (decimal): -14332468 or 13389093. OLE color: 13389093.

HSL color Cylindrical-coordinate representation of color #254DCC: hue angle of 225.63º 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 #254DCC is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 77 204 -
CMYK 0.82 0.62 0 0.2
HSL 225.63º 0.69% 0.47% -
HSV(B) 225.63º 0.82% 0.8% -
XYZ 14.32 10.06 58.31 -
YUV 79.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 37 77 204 0.82 0.62 0 0.2 225.63 0.69 0.47
Hex 25 4D CC 52 3E 0 14 E2 45 2F
Octal 45 115 314 122 76 0 24 342 105 57
Binary 100101 1001101 11001100 1010010 111110 0 10100 11100010 1000101 101111

Color Harmonies of #254DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254DCC

Black with #254DCC

Text Example


Text Example

White with #254DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254DCC; }

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

 H1.HeaderClassName
 {
   color: #254DCC;
 }
 .AnyTagClassName
 {
   color: #254DCC;
 }
</style>

background-color css

<style>
 a { background-color: #254DCC; }

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

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

border-color css

<style>
 span { border-color: #254DCC; }

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

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