Html Css Color HEX #254EC0 Cerulean Blue

📋 copy color: '#254EC0'

red 37 ◦ green 78 ◦ blue 192

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

Shades of Cerulean Blue #254EC0

Tints of Cerulean Blue #254EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.41%

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

R = 12.05%
G = 25.41%
B = 62.54%

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

#254EC0 (or 0x254EC0) is known color: Cerulean Blue. HEX triplet: 25, 4E and C0. RGB value is (37,78,192). Sum of RGB (Red+Green+Blue) = 37+78+192=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #254EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254EC0 is #DAB13F. Grayscale: #4E4E4E. Windows color (decimal): -14332224 or 12602917. OLE color: 12602917.

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

Color convert

RGB 37 78 192 -
CMYK 0.81 0.59 0 0.25
HSL 224.13º 0.68% 0.45% -
HSV(B) 224.13º 0.81% 0.75% -
XYZ 13 9.65 51.05 -
YUV 78.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 37 78 192 0.81 0.59 0 0.25 224.13 0.68 0.45
Hex 25 4E C0 51 3B 0 19 E0 44 2D
Octal 45 116 300 121 73 0 31 340 104 55
Binary 100101 1001110 11000000 1010001 111011 0 11001 11100000 1000100 101101

Color Harmonies of #254EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EC0

Black with #254EC0

Text Example


Text Example

White with #254EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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