Html Css Color HEX #254AD5 Cerulean Blue

📋 copy color: '#254AD5'

red 37 ◦ green 74 ◦ blue 213

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

Shades of Cerulean Blue #254AD5

Tints of Cerulean Blue #254AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.74%

R = 11.42%
G = 22.84%
B = 65.74%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#254AD5 (or 0x254AD5) is known color: Cerulean Blue. HEX triplet: 25, 4A and D5. RGB value is (37,74,213). Sum of RGB (Red+Green+Blue) = 37+74+213=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #254AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254AD5 is #DAB52A. Grayscale: #4E4E4E. Windows color (decimal): -14333227 or 13978149. OLE color: 13978149.

HSL color Cylindrical-coordinate representation of color #254AD5: hue angle of 227.39º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254AD5 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 74 213 -
CMYK 0.83 0.65 0 0.16
HSL 227.39º 0.7% 0.49% -
HSV(B) 227.39º 0.83% 0.84% -
XYZ 15.22 10.09 64.1 -
YUV 78.78 203.74 98.2 -
System Red Green Blue C M Y K H S L
Decimal 37 74 213 0.83 0.65 0 0.16 227.39 0.7 0.49
Hex 25 4A D5 53 41 0 10 E3 46 31
Octal 45 112 325 123 101 0 20 343 106 61
Binary 100101 1001010 11010101 1010011 1000001 0 10000 11100011 1000110 110001

Color Harmonies of #254AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254AD5

Black with #254AD5

Text Example


Text Example

White with #254AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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