Html Css Color HEX #254FCD Cerulean Blue

📋 copy color: '#254FCD'

red 37 ◦ green 79 ◦ blue 205

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

Shades of Cerulean Blue #254FCD

Tints of Cerulean Blue #254FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 11.53%
G = 24.61%
B = 63.86%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#254FCD (or 0x254FCD) is known color: Cerulean Blue. HEX triplet: 25, 4F and CD. RGB value is (37,79,205). Sum of RGB (Red+Green+Blue) = 37+79+205=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #254FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FCD is #DAB032. Grayscale: #505050. Windows color (decimal): -14331955 or 13455141. OLE color: 13455141.

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

Color convert

RGB 37 79 205 -
CMYK 0.82 0.61 0 0.20
HSL 225º 0.69% 0.47% -
HSV(B) 225º 0.82% 0.8% -
XYZ 14.58 10.39 59 -
YUV 80.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 37 79 205 0.82 0.61 0 0.20 225 0.69 0.47
Hex 25 4F CD 52 3D 0 14 E1 45 2F
Octal 45 117 315 122 75 0 24 341 105 57
Binary 100101 1001111 11001101 1010010 111101 0 10100 11100001 1000101 101111

Color Harmonies of #254FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FCD

Black with #254FCD

Text Example


Text Example

White with #254FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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