Html Css Color HEX #5C80FC Cornflower Blue

📋 copy color: '#5C80FC'

red 92 ◦ green 128 ◦ blue 252

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

Shades of Cornflower Blue #5C80FC

Tints of Cornflower Blue #5C80FC

RGB

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

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

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

R = 19.49%
G = 27.12%
B = 53.39%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5C80FC (or 0x5C80FC) is known color: Cornflower Blue. HEX triplet: 5C, 80 and FC. RGB value is (92,128,252). Sum of RGB (Red+Green+Blue) = 92+128+252=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #5C80FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C80FC is #A37F03. Grayscale: #828282. Windows color (decimal): -10714884 or 16547932. OLE color: 16547932.

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

Color convert

RGB 92 128 252 -
CMYK 0.63 0.49 0 0.01
HSL 226.5º 0.96% 0.67% -
HSV(B) 226.5º 0.63% 0.99% -
XYZ 29.7 24.74 95.31 -
YUV 131.37 196.07 99.92 -
System Red Green Blue C M Y K H S L
Decimal 92 128 252 0.63 0.49 0 0.01 226.5 0.96 0.67
Hex 5C 80 FC 3F 31 0 1 E2 60 43
Octal 134 200 374 77 61 0 1 342 140 103
Binary 1011100 10000000 11111100 111111 110001 0 1 11100010 1100000 1000011

Color Harmonies of #5C80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C80FC

Black with #5C80FC

Text Example


Text Example

White with #5C80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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