Html Css Color HEX #254CA4 Cerulean Blue

📋 copy color: '#254CA4'

red 37 ◦ green 76 ◦ blue 164

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

Shades of Cerulean Blue #254CA4

Tints of Cerulean Blue #254CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 59.21%

R = 13.36%
G = 27.44%
B = 59.21%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#254CA4 (or 0x254CA4) is known color: Cerulean Blue. HEX triplet: 25, 4C and A4. RGB value is (37,76,164). Sum of RGB (Red+Green+Blue) = 37+76+164=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #254CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254CA4 is #DAB35B. Grayscale: #494949. Windows color (decimal): -14332764 or 10767397. OLE color: 10767397.

HSL color Cylindrical-coordinate representation of color #254CA4: hue angle of 221.57º 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 #254CA4 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 76 164 -
CMYK 0.77 0.54 0 0.36
HSL 221.57º 0.63% 0.39% -
HSV(B) 221.57º 0.77% 0.64% -
XYZ 10.05 8.24 36.18 -
YUV 74.37 178.58 101.34 -
System Red Green Blue C M Y K H S L
Decimal 37 76 164 0.77 0.54 0 0.36 221.57 0.63 0.39
Hex 25 4C A4 4D 36 0 24 DE 3F 27
Octal 45 114 244 115 66 0 44 336 77 47
Binary 100101 1001100 10100100 1001101 110110 0 100100 11011110 111111 100111

Color Harmonies of #254CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CA4

Black with #254CA4

Text Example


Text Example

White with #254CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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