Html Css Color HEX #5FA2FA Cornflower Blue

📋 copy color: '#5FA2FA'

red 95 ◦ green 162 ◦ blue 250

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

Shades of Cornflower Blue #5FA2FA

Tints of Cornflower Blue #5FA2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 18.74%
G = 31.95%
B = 49.31%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FA2FA (or 0x5FA2FA) is known color: Cornflower Blue. HEX triplet: 5F, A2 and FA. RGB value is (95,162,250). Sum of RGB (Red+Green+Blue) = 95+162+250=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA2FA is #A05D05. Grayscale: #979797. Windows color (decimal): -10509574 or 16425567. OLE color: 16425567.

HSL color Cylindrical-coordinate representation of color #5FA2FA: hue angle of 214.06º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FA2FA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 162 250 -
CMYK 0.62 0.35 0 0.02
HSL 214.06º 0.94% 0.68% -
HSV(B) 214.06º 0.62% 0.98% -
XYZ 34.89 35.18 95.39 -
YUV 152 183.3 87.34 -
System Red Green Blue C M Y K H S L
Decimal 95 162 250 0.62 0.35 0 0.02 214.06 0.94 0.68
Hex 5F A2 FA 3E 23 0 2 D6 5E 44
Octal 137 242 372 76 43 0 2 326 136 104
Binary 1011111 10100010 11111010 111110 100011 0 10 11010110 1011110 1000100

Color Harmonies of #5FA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA2FA

Black with #5FA2FA

Text Example


Text Example

White with #5FA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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