Html Css Color HEX #254AE5 Cerulean Blue

📋 copy color: '#254AE5'

red 37 ◦ green 74 ◦ blue 229

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

Shades of Cerulean Blue #254AE5

Tints of Cerulean Blue #254AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 67.35%

R = 10.88%
G = 21.76%
B = 67.35%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#254AE5 (or 0x254AE5) is known color: Cerulean Blue. HEX triplet: 25, 4A and E5. RGB value is (37,74,229). Sum of RGB (Red+Green+Blue) = 37+74+229=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 229 (89.84% from 255 or 67.35% from 340); Max value from RGB is 229 - color contains mainly: blue. Hex color #254AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254AE5 is #DAB51A. Grayscale: #4F4F4F. Windows color (decimal): -14333211 or 15026725. OLE color: 15026725.

HSL color Cylindrical-coordinate representation of color #254AE5: hue angle of 228.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254AE5 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 74 229 -
CMYK 0.84 0.68 0 0.10
HSL 228.44º 0.79% 0.52% -
HSV(B) 228.44º 0.84% 0.9% -
XYZ 17.35 10.95 75.33 -
YUV 80.61 211.74 96.9 -
System Red Green Blue C M Y K H S L
Decimal 37 74 229 0.84 0.68 0 0.10 228.44 0.79 0.52
Hex 25 4A E5 54 44 0 A E4 4F 34
Octal 45 112 345 124 104 0 12 344 117 64
Binary 100101 1001010 11100101 1010100 1000100 0 1010 11100100 1001111 110100

Color Harmonies of #254AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254AE5

Black with #254AE5

Text Example


Text Example

White with #254AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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