Html Css Color HEX #254CB5 Cerulean Blue

📋 copy color: '#254CB5'

red 37 ◦ green 76 ◦ blue 181

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

Shades of Cerulean Blue #254CB5

Tints of Cerulean Blue #254CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.85%

 BLUE value IS 181 (71.09% from 255) = 61.56%

R = 12.59%
G = 25.85%
B = 61.56%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#254CB5 (or 0x254CB5) is known color: Cerulean Blue. HEX triplet: 25, 4C and B5. RGB value is (37,76,181). Sum of RGB (Red+Green+Blue) = 37+76+181=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 181 (71.09% from 255 or 61.56% from 294); Max value from RGB is 181 - color contains mainly: blue. Hex color #254CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CB5 is #DAB34A. Grayscale: #4B4B4B. Windows color (decimal): -14332747 or 11881509. OLE color: 11881509.

HSL color Cylindrical-coordinate representation of color #254CB5: hue angle of 223.75º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254CB5 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 76 181 -
CMYK 0.80 0.58 0 0.29
HSL 223.75º 0.66% 0.43% -
HSV(B) 223.75º 0.8% 0.71% -
XYZ 11.69 8.9 44.82 -
YUV 76.31 187.08 99.96 -
System Red Green Blue C M Y K H S L
Decimal 37 76 181 0.80 0.58 0 0.29 223.75 0.66 0.43
Hex 25 4C B5 50 3A 0 1D E0 42 2B
Octal 45 114 265 120 72 0 35 340 102 53
Binary 100101 1001100 10110101 1010000 111010 0 11101 11100000 1000010 101011

Color Harmonies of #254CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CB5

Black with #254CB5

Text Example


Text Example

White with #254CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,76,181); }

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

background-color css

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

 a { background-color: rgb(37,76,181); }

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

border-color css

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

 span { border-color: rgb(37,76,181); }

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