Html Css Color HEX #5380ED Cornflower Blue

📋 copy color: '#5380ED'

red 83 ◦ green 128 ◦ blue 237

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

Shades of Cornflower Blue #5380ED

Tints of Cornflower Blue #5380ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 18.53%
G = 28.57%
B = 52.9%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5380ED (or 0x5380ED) is known color: Cornflower Blue. HEX triplet: 53, 80 and ED. RGB value is (83,128,237). Sum of RGB (Red+Green+Blue) = 83+128+237=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #5380ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5380ED is #AC7F12. Grayscale: #7E7E7E. Windows color (decimal): -11304723 or 15564883. OLE color: 15564883.

HSL color Cylindrical-coordinate representation of color #5380ED: hue angle of 222.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5380ED is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 128 237 -
CMYK 0.65 0.46 0 0.07
HSL 222.47º 0.81% 0.63% -
HSV(B) 222.47º 0.65% 0.93% -
XYZ 26.57 23.39 83.24 -
YUV 126.97 190.09 96.64 -
System Red Green Blue C M Y K H S L
Decimal 83 128 237 0.65 0.46 0 0.07 222.47 0.81 0.63
Hex 53 80 ED 41 2E 0 7 DE 51 3F
Octal 123 200 355 101 56 0 7 336 121 77
Binary 1010011 10000000 11101101 1000001 101110 0 111 11011110 1010001 111111

Color Harmonies of #5380ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380ED

Black with #5380ED

Text Example


Text Example

White with #5380ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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