Html Css Color HEX #254BAF Cerulean Blue

📋 copy color: '#254BAF'

red 37 ◦ green 75 ◦ blue 175

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

Shades of Cerulean Blue #254BAF

Tints of Cerulean Blue #254BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.98%

R = 12.89%
G = 26.13%
B = 60.98%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#254BAF (or 0x254BAF) is known color: Cerulean Blue. HEX triplet: 25, 4B and AF. RGB value is (37,75,175). Sum of RGB (Red+Green+Blue) = 37+75+175=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #254BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BAF is #DAB450. Grayscale: #4A4A4A. Windows color (decimal): -14333009 or 11488037. OLE color: 11488037.

HSL color Cylindrical-coordinate representation of color #254BAF: hue angle of 223.48º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #254BAF is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 75 175 -
CMYK 0.79 0.57 0 0.31
HSL 223.48º 0.65% 0.42% -
HSV(B) 223.48º 0.79% 0.69% -
XYZ 11.02 8.52 41.62 -
YUV 75.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 37 75 175 0.79 0.57 0 0.31 223.48 0.65 0.42
Hex 25 4B AF 4F 39 0 1F DF 41 2A
Octal 45 113 257 117 71 0 37 337 101 52
Binary 100101 1001011 10101111 1001111 111001 0 11111 11011111 1000001 101010

Color Harmonies of #254BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254BAF

Black with #254BAF

Text Example


Text Example

White with #254BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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