Html Css Color HEX #254FCC Cerulean Blue

📋 copy color: '#254FCC'

red 37 ◦ green 79 ◦ blue 204

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

Shades of Cerulean Blue #254FCC

Tints of Cerulean Blue #254FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.69%

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

R = 11.56%
G = 24.69%
B = 63.75%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#254FCC (or 0x254FCC) is known color: Cerulean Blue. HEX triplet: 25, 4F and CC. RGB value is (37,79,204). Sum of RGB (Red+Green+Blue) = 37+79+204=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #254FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FCC is #DAB033. Grayscale: #505050. Windows color (decimal): -14331956 or 13389605. OLE color: 13389605.

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

Color convert

RGB 37 79 204 -
CMYK 0.82 0.61 0 0.2
HSL 224.91º 0.69% 0.47% -
HSV(B) 224.91º 0.82% 0.8% -
XYZ 14.46 10.34 58.36 -
YUV 80.69 197.59 96.84 -
System Red Green Blue C M Y K H S L
Decimal 37 79 204 0.82 0.61 0 0.2 224.91 0.69 0.47
Hex 25 4F CC 52 3D 0 14 E1 45 2F
Octal 45 117 314 122 75 0 24 341 105 57
Binary 100101 1001111 11001100 1010010 111101 0 10100 11100001 1000101 101111

Color Harmonies of #254FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FCC

Black with #254FCC

Text Example


Text Example

White with #254FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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