Html Css Color HEX #254DCD Cerulean Blue

📋 copy color: '#254DCD'

red 37 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #254DCD

Tints of Cerulean Blue #254DCD

RGB

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

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

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

R = 11.6%
G = 24.14%
B = 64.26%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#254DCD (or 0x254DCD) is known color: Cerulean Blue. HEX triplet: 25, 4D and CD. RGB value is (37,77,205). Sum of RGB (Red+Green+Blue) = 37+77+205=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #254DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DCD is #DAB232. Grayscale: #4F4F4F. Windows color (decimal): -14332467 or 13454629. OLE color: 13454629.

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

Color convert

RGB 37 77 205 -
CMYK 0.82 0.62 0 0.20
HSL 225.71º 0.69% 0.47% -
HSV(B) 225.71º 0.82% 0.8% -
XYZ 14.44 10.11 58.95 -
YUV 79.63 198.75 97.59 -
System Red Green Blue C M Y K H S L
Decimal 37 77 205 0.82 0.62 0 0.20 225.71 0.69 0.47
Hex 25 4D CD 52 3E 0 14 E2 45 2F
Octal 45 115 315 122 76 0 24 342 105 57
Binary 100101 1001101 11001101 1010010 111110 0 10100 11100010 1000101 101111

Color Harmonies of #254DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254DCD

Black with #254DCD

Text Example


Text Example

White with #254DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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