Html Css Color HEX #254EC5 Cerulean Blue

📋 copy color: '#254EC5'

red 37 ◦ green 78 ◦ blue 197

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

Shades of Cerulean Blue #254EC5

Tints of Cerulean Blue #254EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 63.14%

R = 11.86%
G = 25%
B = 63.14%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#254EC5 (or 0x254EC5) is known color: Cerulean Blue. HEX triplet: 25, 4E and C5. RGB value is (37,78,197). Sum of RGB (Red+Green+Blue) = 37+78+197=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #254EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254EC5 is #DAB13A. Grayscale: #4E4E4E. Windows color (decimal): -14332219 or 12930597. OLE color: 12930597.

HSL color Cylindrical-coordinate representation of color #254EC5: hue angle of 224.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #254EC5 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 37 78 197 -
CMYK 0.81 0.60 0 0.23
HSL 224.63º 0.68% 0.46% -
HSV(B) 224.63º 0.81% 0.77% -
XYZ 13.57 9.87 54.01 -
YUV 79.31 194.42 97.82 -
System Red Green Blue C M Y K H S L
Decimal 37 78 197 0.81 0.60 0 0.23 224.63 0.68 0.46
Hex 25 4E C5 51 3C 0 17 E1 44 2E
Octal 45 116 305 121 74 0 27 341 104 56
Binary 100101 1001110 11000101 1010001 111100 0 10111 11100001 1000100 101110

Color Harmonies of #254EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EC5

Black with #254EC5

Text Example


Text Example

White with #254EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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