Html Css Color HEX #254BAE Cerulean Blue

📋 copy color: '#254BAE'

red 37 ◦ green 75 ◦ blue 174

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

Shades of Cerulean Blue #254BAE

Tints of Cerulean Blue #254BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 12.94%
G = 26.22%
B = 60.84%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#254BAE (or 0x254BAE) is known color: Cerulean Blue. HEX triplet: 25, 4B and AE. RGB value is (37,75,174). Sum of RGB (Red+Green+Blue) = 37+75+174=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #254BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BAE is #DAB451. Grayscale: #4A4A4A. Windows color (decimal): -14333010 or 11422501. OLE color: 11422501.

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

Color convert

RGB 37 75 174 -
CMYK 0.79 0.57 0 0.32
HSL 223.36º 0.65% 0.41% -
HSV(B) 223.36º 0.79% 0.68% -
XYZ 10.92 8.48 41.11 -
YUV 74.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 37 75 174 0.79 0.57 0 0.32 223.36 0.65 0.41
Hex 25 4B AE 4F 39 0 20 DF 41 29
Octal 45 113 256 117 71 0 40 337 101 51
Binary 100101 1001011 10101110 1001111 111001 0 100000 11011111 1000001 101001

Color Harmonies of #254BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254BAE

Black with #254BAE

Text Example


Text Example

White with #254BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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