Html Css Color HEX #5F8CF6 Cornflower Blue

📋 copy color: '#5F8CF6'

red 95 ◦ green 140 ◦ blue 246

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

Shades of Cornflower Blue #5F8CF6

Tints of Cornflower Blue #5F8CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 246 (96.48% from 255) = 51.14%

R = 19.75%
G = 29.11%
B = 51.14%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5F8CF6 (or 0x5F8CF6) is known color: Cornflower Blue. HEX triplet: 5F, 8C and F6. RGB value is (95,140,246). Sum of RGB (Red+Green+Blue) = 95+140+246=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #5F8CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F8CF6 is #A07309. Grayscale: #8A8A8A. Windows color (decimal): -10515210 or 16157791. OLE color: 16157791.

HSL color Cylindrical-coordinate representation of color #5F8CF6: hue angle of 222.12º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F8CF6 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 140 246 -
CMYK 0.61 0.43 0 0.04
HSL 222.12º 0.89% 0.67% -
HSV(B) 222.12º 0.61% 0.96% -
XYZ 30.73 27.84 90.94 -
YUV 138.63 188.59 96.88 -
System Red Green Blue C M Y K H S L
Decimal 95 140 246 0.61 0.43 0 0.04 222.12 0.89 0.67
Hex 5F 8C F6 3D 2B 0 4 DE 59 43
Octal 137 214 366 75 53 0 4 336 131 103
Binary 1011111 10001100 11110110 111101 101011 0 100 11011110 1011001 1000011

Color Harmonies of #5F8CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8CF6

Black with #5F8CF6

Text Example


Text Example

White with #5F8CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,140,246); }

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

background-color css

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

 a { background-color: rgb(95,140,246); }

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

border-color css

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

 span { border-color: rgb(95,140,246); }

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