Html Css Color HEX #254AD0 Cerulean Blue

📋 copy color: '#254AD0'

red 37 ◦ green 74 ◦ blue 208

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

Shades of Cerulean Blue #254AD0

Tints of Cerulean Blue #254AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65.2%

R = 11.6%
G = 23.2%
B = 65.2%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#254AD0 (or 0x254AD0) is known color: Cerulean Blue. HEX triplet: 25, 4A and D0. RGB value is (37,74,208). Sum of RGB (Red+Green+Blue) = 37+74+208=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 208 (81.64% from 255 or 65.20% from 319); Max value from RGB is 208 - color contains mainly: blue. Hex color #254AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254AD0 is #DAB52F. Grayscale: #4D4D4D. Windows color (decimal): -14333232 or 13650469. OLE color: 13650469.

HSL color Cylindrical-coordinate representation of color #254AD0: hue angle of 227.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254AD0 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 74 208 -
CMYK 0.82 0.64 0 0.18
HSL 227.02º 0.7% 0.48% -
HSV(B) 227.02º 0.82% 0.82% -
XYZ 14.6 9.84 60.81 -
YUV 78.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 37 74 208 0.82 0.64 0 0.18 227.02 0.7 0.48
Hex 25 4A D0 52 40 0 12 E3 46 30
Octal 45 112 320 122 100 0 22 343 106 60
Binary 100101 1001010 11010000 1010010 1000000 0 10010 11100011 1000110 110000

Color Harmonies of #254AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254AD0

Black with #254AD0

Text Example


Text Example

White with #254AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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