Html Css Color HEX #5389DC Cornflower Blue

📋 copy color: '#5389DC'

red 83 ◦ green 137 ◦ blue 220

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

Shades of Cornflower Blue #5389DC

Tints of Cornflower Blue #5389DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 18.86%
G = 31.14%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5389DC (or 0x5389DC) is known color: Cornflower Blue. HEX triplet: 53, 89 and DC. RGB value is (83,137,220). Sum of RGB (Red+Green+Blue) = 83+137+220=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #5389DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389DC is #AC7623. Grayscale: #818181. Windows color (decimal): -11302436 or 14453075. OLE color: 14453075.

HSL color Cylindrical-coordinate representation of color #5389DC: hue angle of 216.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5389DC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 137 220 -
CMYK 0.62 0.38 0 0.14
HSL 216.35º 0.66% 0.59% -
HSV(B) 216.35º 0.62% 0.86% -
XYZ 25.43 24.9 71.18 -
YUV 130.32 178.61 94.25 -
System Red Green Blue C M Y K H S L
Decimal 83 137 220 0.62 0.38 0 0.14 216.35 0.66 0.59
Hex 53 89 DC 3E 26 0 E D8 42 3B
Octal 123 211 334 76 46 0 16 330 102 73
Binary 1010011 10001001 11011100 111110 100110 0 1110 11011000 1000010 111011

Color Harmonies of #5389DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5389DC

Black with #5389DC

Text Example


Text Example

White with #5389DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5389DC; }

 p { color: rgb(83,137,220); }

 H1.HeaderClassName
 {
   color: #5389DC;
 }
 .AnyTagClassName
 {
   color: #5389DC;
 }
</style>

background-color css

<style>
 a { background-color: #5389DC; }

 a { background-color: rgb(83,137,220); }

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

border-color css

<style>
 span { border-color: #5389DC; }

 span { border-color: rgb(83,137,220); }

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