Html Css Color HEX #5FA2FE Cornflower Blue

📋 copy color: '#5FA2FE'

red 95 ◦ green 162 ◦ blue 254

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

Shades of Cornflower Blue #5FA2FE

Tints of Cornflower Blue #5FA2FE

RGB

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

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

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

R = 18.59%
G = 31.7%
B = 49.71%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5FA2FE (or 0x5FA2FE) is known color: Cornflower Blue. HEX triplet: 5F, A2 and FE. RGB value is (95,162,254). Sum of RGB (Red+Green+Blue) = 95+162+254=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FA2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA2FE is #A05D01. Grayscale: #989898. Windows color (decimal): -10509570 or 16687711. OLE color: 16687711.

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

Color convert

RGB 95 162 254 -
CMYK 0.63 0.36 0 0.00
HSL 214.72º 0.99% 0.68% -
HSV(B) 214.72º 0.63% 1% -
XYZ 35.53 35.43 98.73 -
YUV 152.46 185.3 87.02 -
System Red Green Blue C M Y K H S L
Decimal 95 162 254 0.63 0.36 0 0.00 214.72 0.99 0.68
Hex 5F A2 FE 3F 24 0 0 D7 63 44
Octal 137 242 376 77 44 0 0 327 143 104
Binary 1011111 10100010 11111110 111111 100100 0 0 11010111 1100011 1000100

Color Harmonies of #5FA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA2FE

Black with #5FA2FE

Text Example


Text Example

White with #5FA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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