Html Css Color HEX #254CA2 Cerulean Blue

📋 copy color: '#254CA2'

red 37 ◦ green 76 ◦ blue 162

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

Shades of Cerulean Blue #254CA2

Tints of Cerulean Blue #254CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 58.91%

R = 13.45%
G = 27.64%
B = 58.91%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#254CA2 (or 0x254CA2) is known color: Cerulean Blue. HEX triplet: 25, 4C and A2. RGB value is (37,76,162). Sum of RGB (Red+Green+Blue) = 37+76+162=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #254CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254CA2 is #DAB35D. Grayscale: #494949. Windows color (decimal): -14332766 or 10636325. OLE color: 10636325.

HSL color Cylindrical-coordinate representation of color #254CA2: hue angle of 221.28º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254CA2 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 76 162 -
CMYK 0.77 0.53 0 0.36
HSL 221.28º 0.63% 0.39% -
HSV(B) 221.28º 0.77% 0.64% -
XYZ 9.87 8.17 35.24 -
YUV 74.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 37 76 162 0.77 0.53 0 0.36 221.28 0.63 0.39
Hex 25 4C A2 4D 35 0 24 DD 3F 27
Octal 45 114 242 115 65 0 44 335 77 47
Binary 100101 1001100 10100010 1001101 110101 0 100100 11011101 111111 100111

Color Harmonies of #254CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CA2

Black with #254CA2

Text Example


Text Example

White with #254CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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