Html Css Color HEX #5389DD Cornflower Blue

📋 copy color: '#5389DD'

red 83 ◦ green 137 ◦ blue 221

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

Shades of Cornflower Blue #5389DD

Tints of Cornflower Blue #5389DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 18.82%
G = 31.07%
B = 50.11%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5389DD (or 0x5389DD) is known color: Cornflower Blue. HEX triplet: 53, 89 and DD. RGB value is (83,137,221). Sum of RGB (Red+Green+Blue) = 83+137+221=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #5389DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389DD is #AC7622. Grayscale: #828282. Windows color (decimal): -11302435 or 14518611. OLE color: 14518611.

HSL color Cylindrical-coordinate representation of color #5389DD: hue angle of 216.52º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5389DD is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 137 221 -
CMYK 0.62 0.38 0 0.13
HSL 216.52º 0.67% 0.6% -
HSV(B) 216.52º 0.62% 0.87% -
XYZ 25.56 24.95 71.88 -
YUV 130.43 179.11 94.17 -
System Red Green Blue C M Y K H S L
Decimal 83 137 221 0.62 0.38 0 0.13 216.52 0.67 0.6
Hex 53 89 DD 3E 26 0 D D9 43 3C
Octal 123 211 335 76 46 0 15 331 103 74
Binary 1010011 10001001 11011101 111110 100110 0 1101 11011001 1000011 111100

Color Harmonies of #5389DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5389DD

Black with #5389DD

Text Example


Text Example

White with #5389DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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