Html Css Color HEX #5FA0FE Cornflower Blue

📋 copy color: '#5FA0FE'

red 95 ◦ green 160 ◦ blue 254

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

Shades of Cornflower Blue #5FA0FE

Tints of Cornflower Blue #5FA0FE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.43%

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

R = 18.66%
G = 31.43%
B = 49.9%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5FA0FE (or 0x5FA0FE) is known color: Cornflower Blue. HEX triplet: 5F, A0 and FE. RGB value is (95,160,254). Sum of RGB (Red+Green+Blue) = 95+160+254=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FA0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA0FE is #A05F01. Grayscale: #969696. Windows color (decimal): -10510082 or 16687199. OLE color: 16687199.

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

Color convert

RGB 95 160 254 -
CMYK 0.63 0.37 0 0.00
HSL 215.47º 0.99% 0.68% -
HSV(B) 215.47º 0.63% 1% -
XYZ 35.18 34.73 98.62 -
YUV 151.28 185.97 87.86 -
System Red Green Blue C M Y K H S L
Decimal 95 160 254 0.63 0.37 0 0.00 215.47 0.99 0.68
Hex 5F A0 FE 3F 25 0 0 D7 63 44
Octal 137 240 376 77 45 0 0 327 143 104
Binary 1011111 10100000 11111110 111111 100101 0 0 11010111 1100011 1000100

Color Harmonies of #5FA0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA0FE

Black with #5FA0FE

Text Example


Text Example

White with #5FA0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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