Html Css Color HEX #254AE0 Cerulean Blue

📋 copy color: '#254AE0'

red 37 ◦ green 74 ◦ blue 224

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

Shades of Cerulean Blue #254AE0

Tints of Cerulean Blue #254AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

 BLUE value IS 224 (87.89% from 255) = 66.87%

R = 11.04%
G = 22.09%
B = 66.87%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#254AE0 (or 0x254AE0) is known color: Cerulean Blue. HEX triplet: 25, 4A and E0. RGB value is (37,74,224). Sum of RGB (Red+Green+Blue) = 37+74+224=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #254AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254AE0 is #DAB51F. Grayscale: #4F4F4F. Windows color (decimal): -14333216 or 14699045. OLE color: 14699045.

HSL color Cylindrical-coordinate representation of color #254AE0: hue angle of 228.13º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254AE0 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 74 224 -
CMYK 0.83 0.67 0 0.12
HSL 228.13º 0.75% 0.51% -
HSV(B) 228.13º 0.83% 0.88% -
XYZ 16.67 10.67 71.7 -
YUV 80.04 209.24 97.3 -
System Red Green Blue C M Y K H S L
Decimal 37 74 224 0.83 0.67 0 0.12 228.13 0.75 0.51
Hex 25 4A E0 53 43 0 C E4 4B 33
Octal 45 112 340 123 103 0 14 344 113 63
Binary 100101 1001010 11100000 1010011 1000011 0 1100 11100100 1001011 110011

Color Harmonies of #254AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254AE0

Black with #254AE0

Text Example


Text Example

White with #254AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,74,224); }

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

background-color css

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

 a { background-color: rgb(37,74,224); }

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

border-color css

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

 span { border-color: rgb(37,74,224); }

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