Html Css Color HEX #5380FC Cornflower Blue

📋 copy color: '#5380FC'

red 83 ◦ green 128 ◦ blue 252

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

Shades of Cornflower Blue #5380FC

Tints of Cornflower Blue #5380FC

RGB

 RED value IS 83 (32.81% from 255) = 17.93%

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

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

R = 17.93%
G = 27.65%
B = 54.43%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5380FC (or 0x5380FC) is known color: Cornflower Blue. HEX triplet: 53, 80 and FC. RGB value is (83,128,252). Sum of RGB (Red+Green+Blue) = 83+128+252=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 128 (50.39% from 255 or 27.65% 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 #5380FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5380FC is #AC7F03. Grayscale: #808080. Windows color (decimal): -11304708 or 16547923. OLE color: 16547923.

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

Color convert

RGB 83 128 252 -
CMYK 0.67 0.49 0 0.01
HSL 224.02º 0.97% 0.66% -
HSV(B) 224.02º 0.67% 0.99% -
XYZ 28.86 24.31 95.27 -
YUV 128.68 197.59 95.42 -
System Red Green Blue C M Y K H S L
Decimal 83 128 252 0.67 0.49 0 0.01 224.02 0.97 0.66
Hex 53 80 FC 43 31 0 1 E0 61 42
Octal 123 200 374 103 61 0 1 340 141 102
Binary 1010011 10000000 11111100 1000011 110001 0 1 11100000 1100001 1000010

Color Harmonies of #5380FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380FC

Black with #5380FC

Text Example


Text Example

White with #5380FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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