Html Css Color HEX #254AC0 Cerulean Blue

📋 copy color: '#254AC0'

red 37 ◦ green 74 ◦ blue 192

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

Shades of Cerulean Blue #254AC0

Tints of Cerulean Blue #254AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.42%

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 12.21%
G = 24.42%
B = 63.37%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#254AC0 (or 0x254AC0) is known color: Cerulean Blue. HEX triplet: 25, 4A and C0. RGB value is (37,74,192). Sum of RGB (Red+Green+Blue) = 37+74+192=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #254AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254AC0 is #DAB53F. Grayscale: #4B4B4B. Windows color (decimal): -14333248 or 12601893. OLE color: 12601893.

HSL color Cylindrical-coordinate representation of color #254AC0: hue angle of 225.68º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #254AC0 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 74 192 -
CMYK 0.81 0.61 0 0.25
HSL 225.68º 0.68% 0.45% -
HSV(B) 225.68º 0.81% 0.75% -
XYZ 12.73 9.1 50.95 -
YUV 76.39 193.24 99.91 -
System Red Green Blue C M Y K H S L
Decimal 37 74 192 0.81 0.61 0 0.25 225.68 0.68 0.45
Hex 25 4A C0 51 3D 0 19 E2 44 2D
Octal 45 112 300 121 75 0 31 342 104 55
Binary 100101 1001010 11000000 1010001 111101 0 11001 11100010 1000100 101101

Color Harmonies of #254AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254AC0

Black with #254AC0

Text Example


Text Example

White with #254AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,74,192); }

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

background-color css

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

 a { background-color: rgb(37,74,192); }

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

border-color css

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

 span { border-color: rgb(37,74,192); }

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