Html Css Color HEX #254BAC Cerulean Blue

📋 copy color: '#254BAC'

red 37 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #254BAC

Tints of Cerulean Blue #254BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.41%

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 13.03%
G = 26.41%
B = 60.56%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#254BAC (or 0x254BAC) is known color: Cerulean Blue. HEX triplet: 25, 4B and AC. RGB value is (37,75,172). Sum of RGB (Red+Green+Blue) = 37+75+172=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #254BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BAC is #DAB453. Grayscale: #4A4A4A. Windows color (decimal): -14333012 or 11291429. OLE color: 11291429.

HSL color Cylindrical-coordinate representation of color #254BAC: hue angle of 223.11º degrees, saturation: 0.65, 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 #254BAC is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 75 172 -
CMYK 0.78 0.56 0 0.33
HSL 223.11º 0.65% 0.41% -
HSV(B) 223.11º 0.78% 0.67% -
XYZ 10.73 8.4 40.09 -
YUV 74.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 37 75 172 0.78 0.56 0 0.33 223.11 0.65 0.41
Hex 25 4B AC 4E 38 0 21 DF 41 29
Octal 45 113 254 116 70 0 41 337 101 51
Binary 100101 1001011 10101100 1001110 111000 0 100001 11011111 1000001 101001

Color Harmonies of #254BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254BAC

Black with #254BAC

Text Example


Text Example

White with #254BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,75,172); }

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

background-color css

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

 a { background-color: rgb(37,75,172); }

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

border-color css

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

 span { border-color: rgb(37,75,172); }

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