Html Css Color HEX #5FA2F0 Cornflower Blue

📋 copy color: '#5FA2F0'

red 95 ◦ green 162 ◦ blue 240

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

Shades of Cornflower Blue #5FA2F0

Tints of Cornflower Blue #5FA2F0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

 BLUE value IS 240 (94.14% from 255) = 48.29%

R = 19.11%
G = 32.6%
B = 48.29%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5FA2F0 (or 0x5FA2F0) is known color: Cornflower Blue. HEX triplet: 5F, A2 and F0. RGB value is (95,162,240). Sum of RGB (Red+Green+Blue) = 95+162+240=497 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.11% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #5FA2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA2F0 is #A05D0F. Grayscale: #969696. Windows color (decimal): -10509584 or 15770207. OLE color: 15770207.

HSL color Cylindrical-coordinate representation of color #5FA2F0: hue angle of 212.28º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FA2F0 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 162 240 -
CMYK 0.60 0.32 0 0.06
HSL 212.28º 0.83% 0.66% -
HSV(B) 212.28º 0.6% 0.94% -
XYZ 33.37 34.56 87.35 -
YUV 150.86 178.3 88.16 -
System Red Green Blue C M Y K H S L
Decimal 95 162 240 0.60 0.32 0 0.06 212.28 0.83 0.66
Hex 5F A2 F0 3C 20 0 6 D4 53 42
Octal 137 242 360 74 40 0 6 324 123 102
Binary 1011111 10100010 11110000 111100 100000 0 110 11010100 1010011 1000010

Color Harmonies of #5FA2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA2F0

Black with #5FA2F0

Text Example


Text Example

White with #5FA2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,162,240); }

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

background-color css

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

 a { background-color: rgb(95,162,240); }

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

border-color css

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

 span { border-color: rgb(95,162,240); }

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