Html Css Color HEX #5083FC Cornflower Blue

📋 copy color: '#5083FC'

red 80 ◦ green 131 ◦ blue 252

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

Shades of Cornflower Blue #5083FC

Tints of Cornflower Blue #5083FC

RGB

 RED value IS 80 (31.64% from 255) = 17.28%

 GREEN value IS 131 (51.56% from 255) = 28.29%

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

R = 17.28%
G = 28.29%
B = 54.43%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5083FC (or 0x5083FC) is known color: Cornflower Blue. HEX triplet: 50, 83 and FC. RGB value is (80,131,252). Sum of RGB (Red+Green+Blue) = 80+131+252=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #5083FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5083FC is #AF7C03. Grayscale: #818181. Windows color (decimal): -11500548 or 16548688. OLE color: 16548688.

HSL color Cylindrical-coordinate representation of color #5083FC: hue angle of 222.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5083FC is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 131 252 -
CMYK 0.68 0.48 0 0.01
HSL 222.21º 0.97% 0.65% -
HSV(B) 222.21º 0.68% 0.99% -
XYZ 29 24.97 95.39 -
YUV 129.55 197.1 92.66 -
System Red Green Blue C M Y K H S L
Decimal 80 131 252 0.68 0.48 0 0.01 222.21 0.97 0.65
Hex 50 83 FC 44 30 0 1 DE 61 41
Octal 120 203 374 104 60 0 1 336 141 101
Binary 1010000 10000011 11111100 1000100 110000 0 1 11011110 1100001 1000001

Color Harmonies of #5083FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5083FC

Black with #5083FC

Text Example


Text Example

White with #5083FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5083FC; }

 p { color: rgb(80,131,252); }

 H1.HeaderClassName
 {
   color: #5083FC;
 }
 .AnyTagClassName
 {
   color: #5083FC;
 }
</style>

background-color css

<style>
 a { background-color: #5083FC; }

 a { background-color: rgb(80,131,252); }

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

border-color css

<style>
 span { border-color: #5083FC; }

 span { border-color: rgb(80,131,252); }

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