Html Css Color HEX #5D80FE Cornflower Blue

📋 copy color: '#5D80FE'

red 93 ◦ green 128 ◦ blue 254

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

Shades of Cornflower Blue #5D80FE

Tints of Cornflower Blue #5D80FE

RGB

 RED value IS 93 (36.72% from 255) = 19.58%

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

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

R = 19.58%
G = 26.95%
B = 53.47%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5D80FE (or 0x5D80FE) is known color: Cornflower Blue. HEX triplet: 5D, 80 and FE. RGB value is (93,128,254). Sum of RGB (Red+Green+Blue) = 93+128+254=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D80FE is #A27F01. Grayscale: #838383. Windows color (decimal): -10649346 or 16679005. OLE color: 16679005.

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

Color convert

RGB 93 128 254 -
CMYK 0.63 0.50 0 0.00
HSL 226.96º 0.99% 0.68% -
HSV(B) 226.96º 0.63% 1% -
XYZ 30.12 24.92 96.99 -
YUV 131.9 196.9 100.25 -
System Red Green Blue C M Y K H S L
Decimal 93 128 254 0.63 0.50 0 0.00 226.96 0.99 0.68
Hex 5D 80 FE 3F 32 0 0 E3 63 44
Octal 135 200 376 77 62 0 0 343 143 104
Binary 1011101 10000000 11111110 111111 110010 0 0 11100011 1100011 1000100

Color Harmonies of #5D80FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D80FE

Black with #5D80FE

Text Example


Text Example

White with #5D80FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,128,254); }

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

background-color css

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

 a { background-color: rgb(93,128,254); }

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

border-color css

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

 span { border-color: rgb(93,128,254); }

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