Html Css Color HEX #5F80FD Cornflower Blue

📋 copy color: '#5F80FD'

red 95 ◦ green 128 ◦ blue 253

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

Shades of Cornflower Blue #5F80FD

Tints of Cornflower Blue #5F80FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.89%

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 19.96%
G = 26.89%
B = 53.15%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5F80FD (or 0x5F80FD) is known color: Cornflower Blue. HEX triplet: 5F, 80 and FD. RGB value is (95,128,253). Sum of RGB (Red+Green+Blue) = 95+128+253=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F80FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F80FD is #A07F02. Grayscale: #838383. Windows color (decimal): -10518275 or 16613471. OLE color: 16613471.

HSL color Cylindrical-coordinate representation of color #5F80FD: hue angle of 227.47º degrees, saturation: 0.98, 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 #5F80FD is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 128 253 -
CMYK 0.62 0.49 0 0.01
HSL 227.47º 0.98% 0.68% -
HSV(B) 227.47º 0.62% 0.99% -
XYZ 30.17 24.96 96.16 -
YUV 132.38 196.07 101.34 -
System Red Green Blue C M Y K H S L
Decimal 95 128 253 0.62 0.49 0 0.01 227.47 0.98 0.68
Hex 5F 80 FD 3E 31 0 1 E3 62 44
Octal 137 200 375 76 61 0 1 343 142 104
Binary 1011111 10000000 11111101 111110 110001 0 1 11100011 1100010 1000100

Color Harmonies of #5F80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F80FD

Black with #5F80FD

Text Example


Text Example

White with #5F80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,128,253); }

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

background-color css

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

 a { background-color: rgb(95,128,253); }

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

border-color css

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

 span { border-color: rgb(95,128,253); }

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