Html Css Color HEX #5E79FE Cornflower Blue

📋 copy color: '#5E79FE'

red 94 ◦ green 121 ◦ blue 254

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

Shades of Cornflower Blue #5E79FE

Tints of Cornflower Blue #5E79FE

RGB

 RED value IS 94 (37.11% from 255) = 20.04%

 GREEN value IS 121 (47.66% from 255) = 25.8%

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 20.04%
G = 25.8%
B = 54.16%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E79FE (or 0x5E79FE) is known color: Cornflower Blue. HEX triplet: 5E, 79 and FE. RGB value is (94,121,254). Sum of RGB (Red+Green+Blue) = 94+121+254=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E79FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E79FE is #A18601. Grayscale: #7F7F7F. Windows color (decimal): -10585602 or 16677214. OLE color: 16677214.

HSL color Cylindrical-coordinate representation of color #5E79FE: hue angle of 229.88º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E79FE is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 94 121 254 -
CMYK 0.63 0.52 0 0.00
HSL 229.88º 0.99% 0.68% -
HSV(B) 229.88º 0.63% 1% -
XYZ 29.34 23.21 96.7 -
YUV 128.09 199.05 103.69 -
System Red Green Blue C M Y K H S L
Decimal 94 121 254 0.63 0.52 0 0.00 229.88 0.99 0.68
Hex 5E 79 FE 3F 34 0 0 E6 63 44
Octal 136 171 376 77 64 0 0 346 143 104
Binary 1011110 1111001 11111110 111111 110100 0 0 11100110 1100011 1000100

Color Harmonies of #5E79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E79FE

Black with #5E79FE

Text Example


Text Example

White with #5E79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E79FE; }

 p { color: rgb(94,121,254); }

 H1.HeaderClassName
 {
   color: #5E79FE;
 }
 .AnyTagClassName
 {
   color: #5E79FE;
 }
</style>

background-color css

<style>
 a { background-color: #5E79FE; }

 a { background-color: rgb(94,121,254); }

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

border-color css

<style>
 span { border-color: #5E79FE; }

 span { border-color: rgb(94,121,254); }

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