Html Css Color HEX #254CC0 Cerulean Blue

📋 copy color: '#254CC0'

red 37 ◦ green 76 ◦ blue 192

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

Shades of Cerulean Blue #254CC0

Tints of Cerulean Blue #254CC0

RGB

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

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

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

R = 12.13%
G = 24.92%
B = 62.95%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#254CC0 (or 0x254CC0) is known color: Cerulean Blue. HEX triplet: 25, 4C and C0. RGB value is (37,76,192). Sum of RGB (Red+Green+Blue) = 37+76+192=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #254CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CC0 is #DAB33F. Grayscale: #4D4D4D. Windows color (decimal): -14332736 or 12602405. OLE color: 12602405.

HSL color Cylindrical-coordinate representation of color #254CC0: hue angle of 224.9º 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 #254CC0 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 76 192 -
CMYK 0.81 0.60 0 0.25
HSL 224.9º 0.68% 0.45% -
HSV(B) 224.9º 0.81% 0.75% -
XYZ 12.86 9.37 51 -
YUV 77.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 37 76 192 0.81 0.60 0 0.25 224.9 0.68 0.45
Hex 25 4C C0 51 3C 0 19 E1 44 2D
Octal 45 114 300 121 74 0 31 341 104 55
Binary 100101 1001100 11000000 1010001 111100 0 11001 11100001 1000100 101101

Color Harmonies of #254CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CC0

Black with #254CC0

Text Example


Text Example

White with #254CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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