Html Css Color HEX #5FA2FC Cornflower Blue

📋 copy color: '#5FA2FC'

red 95 ◦ green 162 ◦ blue 252

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

Shades of Cornflower Blue #5FA2FC

Tints of Cornflower Blue #5FA2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 18.66%
G = 31.83%
B = 49.51%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FA2FC (or 0x5FA2FC) is known color: Cornflower Blue. HEX triplet: 5F, A2 and FC. RGB value is (95,162,252). Sum of RGB (Red+Green+Blue) = 95+162+252=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FA2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA2FC is #A05D03. Grayscale: #979797. Windows color (decimal): -10509572 or 16556639. OLE color: 16556639.

HSL color Cylindrical-coordinate representation of color #5FA2FC: hue angle of 214.39º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FA2FC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 162 252 -
CMYK 0.62 0.36 0 0.01
HSL 214.39º 0.96% 0.68% -
HSV(B) 214.39º 0.62% 0.99% -
XYZ 35.21 35.3 97.05 -
YUV 152.23 184.3 87.18 -
System Red Green Blue C M Y K H S L
Decimal 95 162 252 0.62 0.36 0 0.01 214.39 0.96 0.68
Hex 5F A2 FC 3E 24 0 1 D6 60 44
Octal 137 242 374 76 44 0 1 326 140 104
Binary 1011111 10100010 11111100 111110 100100 0 1 11010110 1100000 1000100

Color Harmonies of #5FA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA2FC

Black with #5FA2FC

Text Example


Text Example

White with #5FA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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