Html Css Color HEX #254AD2 Cerulean Blue

📋 copy color: '#254AD2'

red 37 ◦ green 74 ◦ blue 210

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

Shades of Cerulean Blue #254AD2

Tints of Cerulean Blue #254AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 65.42%

R = 11.53%
G = 23.05%
B = 65.42%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#254AD2 (or 0x254AD2) is known color: Cerulean Blue. HEX triplet: 25, 4A and D2. RGB value is (37,74,210). Sum of RGB (Red+Green+Blue) = 37+74+210=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 210 (82.42% from 255 or 65.42% from 321); Max value from RGB is 210 - color contains mainly: blue. Hex color #254AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254AD2 is #DAB52D. Grayscale: #4D4D4D. Windows color (decimal): -14333230 or 13781541. OLE color: 13781541.

HSL color Cylindrical-coordinate representation of color #254AD2: hue angle of 227.17º 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 #254AD2 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 74 210 -
CMYK 0.82 0.65 0 0.18
HSL 227.17º 0.7% 0.48% -
HSV(B) 227.17º 0.82% 0.82% -
XYZ 14.84 9.94 62.11 -
YUV 78.44 202.24 98.44 -
System Red Green Blue C M Y K H S L
Decimal 37 74 210 0.82 0.65 0 0.18 227.17 0.7 0.48
Hex 25 4A D2 52 41 0 12 E3 46 30
Octal 45 112 322 122 101 0 22 343 106 60
Binary 100101 1001010 11010010 1010010 1000001 0 10010 11100011 1000110 110000

Color Harmonies of #254AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254AD2

Black with #254AD2

Text Example


Text Example

White with #254AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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