Html Css Color HEX #254FC5 Cerulean Blue

📋 copy color: '#254FC5'

red 37 ◦ green 79 ◦ blue 197

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

Shades of Cerulean Blue #254FC5

Tints of Cerulean Blue #254FC5

RGB

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

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

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

R = 11.82%
G = 25.24%
B = 62.94%

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

#254FC5 (or 0x254FC5) is known color: Cerulean Blue. HEX triplet: 25, 4F and C5. RGB value is (37,79,197). Sum of RGB (Red+Green+Blue) = 37+79+197=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 197 (77.34% from 255 or 62.94% from 313); Max value from RGB is 197 - color contains mainly: blue. Hex color #254FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FC5 is #DAB03A. Grayscale: #4F4F4F. Windows color (decimal): -14331963 or 12930853. OLE color: 12930853.

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

Color convert

RGB 37 79 197 -
CMYK 0.81 0.60 0 0.23
HSL 224.25º 0.68% 0.46% -
HSV(B) 224.25º 0.81% 0.77% -
XYZ 13.64 10.02 54.04 -
YUV 79.89 194.09 97.41 -
System Red Green Blue C M Y K H S L
Decimal 37 79 197 0.81 0.60 0 0.23 224.25 0.68 0.46
Hex 25 4F C5 51 3C 0 17 E0 44 2E
Octal 45 117 305 121 74 0 27 340 104 56
Binary 100101 1001111 11000101 1010001 111100 0 10111 11100000 1000100 101110

Color Harmonies of #254FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FC5

Black with #254FC5

Text Example


Text Example

White with #254FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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