Html Css Color HEX #5C80FB Cornflower Blue

📋 copy color: '#5C80FB'

red 92 ◦ green 128 ◦ blue 251

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

Shades of Cornflower Blue #5C80FB

Tints of Cornflower Blue #5C80FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 19.53%
G = 27.18%
B = 53.29%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5C80FB (or 0x5C80FB) is known color: Cornflower Blue. HEX triplet: 5C, 80 and FB. RGB value is (92,128,251). Sum of RGB (Red+Green+Blue) = 92+128+251=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #5C80FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C80FB is #A37F04. Grayscale: #828282. Windows color (decimal): -10714885 or 16482396. OLE color: 16482396.

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

Color convert

RGB 92 128 251 -
CMYK 0.63 0.49 0 0.02
HSL 226.42º 0.95% 0.67% -
HSV(B) 226.42º 0.63% 0.98% -
XYZ 29.55 24.68 94.47 -
YUV 131.26 195.57 100 -
System Red Green Blue C M Y K H S L
Decimal 92 128 251 0.63 0.49 0 0.02 226.42 0.95 0.67
Hex 5C 80 FB 3F 31 0 2 E2 5F 43
Octal 134 200 373 77 61 0 2 342 137 103
Binary 1011100 10000000 11111011 111111 110001 0 10 11100010 1011111 1000011

Color Harmonies of #5C80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C80FB

Black with #5C80FB

Text Example


Text Example

White with #5C80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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