Html Css Color HEX #5C80FD Cornflower Blue

📋 copy color: '#5C80FD'

red 92 ◦ green 128 ◦ blue 253

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

Shades of Cornflower Blue #5C80FD

Tints of Cornflower Blue #5C80FD

RGB

 RED value IS 92 (36.33% from 255) = 19.45%

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

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

R = 19.45%
G = 27.06%
B = 53.49%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5C80FD (or 0x5C80FD) is known color: Cornflower Blue. HEX triplet: 5C, 80 and FD. RGB value is (92,128,253). Sum of RGB (Red+Green+Blue) = 92+128+253=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C80FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C80FD is #A37F02. Grayscale: #828282. Windows color (decimal): -10714883 or 16613468. OLE color: 16613468.

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

Color convert

RGB 92 128 253 -
CMYK 0.64 0.49 0 0.01
HSL 226.58º 0.98% 0.68% -
HSV(B) 226.58º 0.64% 0.99% -
XYZ 29.86 24.81 96.14 -
YUV 131.49 196.57 99.84 -
System Red Green Blue C M Y K H S L
Decimal 92 128 253 0.64 0.49 0 0.01 226.58 0.98 0.68
Hex 5C 80 FD 40 31 0 1 E3 62 44
Octal 134 200 375 100 61 0 1 343 142 104
Binary 1011100 10000000 11111101 1000000 110001 0 1 11100011 1100010 1000100

Color Harmonies of #5C80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C80FD

Black with #5C80FD

Text Example


Text Example

White with #5C80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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