Html Css Color HEX #254ADD Cerulean Blue

📋 copy color: '#254ADD'

red 37 ◦ green 74 ◦ blue 221

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

Shades of Cerulean Blue #254ADD

Tints of Cerulean Blue #254ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 11.14%
G = 22.29%
B = 66.57%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#254ADD (or 0x254ADD) is known color: Cerulean Blue. HEX triplet: 25, 4A and DD. RGB value is (37,74,221). Sum of RGB (Red+Green+Blue) = 37+74+221=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #254ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254ADD is #DAB522. Grayscale: #4F4F4F. Windows color (decimal): -14333219 or 14502437. OLE color: 14502437.

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

Color convert

RGB 37 74 221 -
CMYK 0.83 0.67 0 0.13
HSL 227.93º 0.73% 0.51% -
HSV(B) 227.93º 0.83% 0.87% -
XYZ 16.26 10.51 69.58 -
YUV 79.7 207.74 97.55 -
System Red Green Blue C M Y K H S L
Decimal 37 74 221 0.83 0.67 0 0.13 227.93 0.73 0.51
Hex 25 4A DD 53 43 0 D E4 49 33
Octal 45 112 335 123 103 0 15 344 111 63
Binary 100101 1001010 11011101 1010011 1000011 0 1101 11100100 1001001 110011

Color Harmonies of #254ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254ADD

Black with #254ADD

Text Example


Text Example

White with #254ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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