Html Css Color HEX #5F78FE Cornflower Blue

📋 copy color: '#5F78FE'

red 95 ◦ green 120 ◦ blue 254

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

Shades of Cornflower Blue #5F78FE

Tints of Cornflower Blue #5F78FE

RGB

 RED value IS 95 (37.5% from 255) = 20.26%

 GREEN value IS 120 (47.27% from 255) = 25.59%

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

R = 20.26%
G = 25.59%
B = 54.16%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5F78FE (or 0x5F78FE) is known color: Cornflower Blue. HEX triplet: 5F, 78 and FE. RGB value is (95,120,254). Sum of RGB (Red+Green+Blue) = 95+120+254=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 120 (47.27% from 255 or 25.59% 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 #5F78FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F78FE is #A08701. Grayscale: #7F7F7F. Windows color (decimal): -10520322 or 16676959. OLE color: 16676959.

HSL color Cylindrical-coordinate representation of color #5F78FE: hue angle of 230.57º 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 #5F78FE is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 95 120 254 -
CMYK 0.63 0.53 0 0.00
HSL 230.57º 0.99% 0.68% -
HSV(B) 230.57º 0.63% 1% -
XYZ 29.33 23.02 96.66 -
YUV 127.8 199.22 104.6 -
System Red Green Blue C M Y K H S L
Decimal 95 120 254 0.63 0.53 0 0.00 230.57 0.99 0.68
Hex 5F 78 FE 3F 35 0 0 E7 63 44
Octal 137 170 376 77 65 0 0 347 143 104
Binary 1011111 1111000 11111110 111111 110101 0 0 11100111 1100011 1000100

Color Harmonies of #5F78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F78FE

Black with #5F78FE

Text Example


Text Example

White with #5F78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,120,254); }

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

background-color css

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

 a { background-color: rgb(95,120,254); }

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

border-color css

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

 span { border-color: rgb(95,120,254); }

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