Html Css Color HEX #254FAB Cerulean Blue

📋 copy color: '#254FAB'

red 37 ◦ green 79 ◦ blue 171

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

Shades of Cerulean Blue #254FAB

Tints of Cerulean Blue #254FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.53%

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 12.89%
G = 27.53%
B = 59.58%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#254FAB (or 0x254FAB) is known color: Cerulean Blue. HEX triplet: 25, 4F and AB. RGB value is (37,79,171). Sum of RGB (Red+Green+Blue) = 37+79+171=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #254FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254FAB is #DAB054. Grayscale: #4C4C4C. Windows color (decimal): -14331989 or 11226917. OLE color: 11226917.

HSL color Cylindrical-coordinate representation of color #254FAB: hue angle of 221.19º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #254FAB is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 79 171 -
CMYK 0.78 0.54 0 0.33
HSL 221.19º 0.64% 0.41% -
HSV(B) 221.19º 0.78% 0.67% -
XYZ 10.91 8.93 39.68 -
YUV 76.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 37 79 171 0.78 0.54 0 0.33 221.19 0.64 0.41
Hex 25 4F AB 4E 36 0 21 DD 40 29
Octal 45 117 253 116 66 0 41 335 100 51
Binary 100101 1001111 10101011 1001110 110110 0 100001 11011101 1000000 101001

Color Harmonies of #254FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FAB

Black with #254FAB

Text Example


Text Example

White with #254FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,79,171); }

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

background-color css

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

 a { background-color: rgb(37,79,171); }

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

border-color css

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

 span { border-color: rgb(37,79,171); }

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