Html Css Color HEX #254EDF Cerulean Blue

📋 copy color: '#254EDF'

red 37 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #254EDF

Tints of Cerulean Blue #254EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.08%

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 10.95%
G = 23.08%
B = 65.98%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#254EDF (or 0x254EDF) is known color: Cerulean Blue. HEX triplet: 25, 4E and DF. RGB value is (37,78,223). Sum of RGB (Red+Green+Blue) = 37+78+223=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #254EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254EDF is #DAB120. Grayscale: #515151. Windows color (decimal): -14332193 or 14634533. OLE color: 14634533.

HSL color Cylindrical-coordinate representation of color #254EDF: hue angle of 226.77º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254EDF is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 78 223 -
CMYK 0.83 0.65 0 0.13
HSL 226.77º 0.74% 0.51% -
HSV(B) 226.77º 0.83% 0.87% -
XYZ 16.81 11.17 71.08 -
YUV 82.27 207.42 95.71 -
System Red Green Blue C M Y K H S L
Decimal 37 78 223 0.83 0.65 0 0.13 226.77 0.74 0.51
Hex 25 4E DF 53 41 0 D E3 4A 33
Octal 45 116 337 123 101 0 15 343 112 63
Binary 100101 1001110 11011111 1010011 1000001 0 1101 11100011 1001010 110011

Color Harmonies of #254EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EDF

Black with #254EDF

Text Example


Text Example

White with #254EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,78,223); }

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

background-color css

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

 a { background-color: rgb(37,78,223); }

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

border-color css

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

 span { border-color: rgb(37,78,223); }

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