Html Css Color HEX #254FC0 Cerulean Blue

📋 copy color: '#254FC0'

red 37 ◦ green 79 ◦ blue 192

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

Shades of Cerulean Blue #254FC0

Tints of Cerulean Blue #254FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

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

R = 12.01%
G = 25.65%
B = 62.34%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#254FC0 (or 0x254FC0) is known color: Cerulean Blue. HEX triplet: 25, 4F and C0. RGB value is (37,79,192). Sum of RGB (Red+Green+Blue) = 37+79+192=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #254FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FC0 is #DAB03F. Grayscale: #4E4E4E. Windows color (decimal): -14331968 or 12603173. OLE color: 12603173.

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

Color convert

RGB 37 79 192 -
CMYK 0.81 0.59 0 0.25
HSL 223.74º 0.68% 0.45% -
HSV(B) 223.74º 0.81% 0.75% -
XYZ 13.07 9.79 51.07 -
YUV 79.32 191.59 97.81 -
System Red Green Blue C M Y K H S L
Decimal 37 79 192 0.81 0.59 0 0.25 223.74 0.68 0.45
Hex 25 4F C0 51 3B 0 19 E0 44 2D
Octal 45 117 300 121 73 0 31 340 104 55
Binary 100101 1001111 11000000 1010001 111011 0 11001 11100000 1000100 101101

Color Harmonies of #254FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FC0

Black with #254FC0

Text Example


Text Example

White with #254FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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