Html Css Color HEX #5A8BDC Cornflower Blue

📋 copy color: '#5A8BDC'

red 90 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #5A8BDC

Tints of Cornflower Blue #5A8BDC

RGB

 RED value IS 90 (35.55% from 255) = 20.04%

 GREEN value IS 139 (54.69% from 255) = 30.96%

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

R = 20.04%
G = 30.96%
B = 49%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A8BDC (or 0x5A8BDC) is known color: Cornflower Blue. HEX triplet: 5A, 8B and DC. RGB value is (90,139,220). Sum of RGB (Red+Green+Blue) = 90+139+220=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A8BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BDC is #A57423. Grayscale: #858585. Windows color (decimal): -10843172 or 14453594. OLE color: 14453594.

HSL color Cylindrical-coordinate representation of color #5A8BDC: hue angle of 217.38º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A8BDC is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 139 220 -
CMYK 0.59 0.37 0 0.14
HSL 217.38º 0.65% 0.61% -
HSV(B) 217.38º 0.59% 0.86% -
XYZ 26.37 25.81 71.3 -
YUV 133.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 90 139 220 0.59 0.37 0 0.14 217.38 0.65 0.61
Hex 5A 8B DC 3B 25 0 E D9 41 3D
Octal 132 213 334 73 45 0 16 331 101 75
Binary 1011010 10001011 11011100 111011 100101 0 1110 11011001 1000001 111101

Color Harmonies of #5A8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8BDC

Black with #5A8BDC

Text Example


Text Example

White with #5A8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A8BDC; }

 p { color: rgb(90,139,220); }

 H1.HeaderClassName
 {
   color: #5A8BDC;
 }
 .AnyTagClassName
 {
   color: #5A8BDC;
 }
</style>

background-color css

<style>
 a { background-color: #5A8BDC; }

 a { background-color: rgb(90,139,220); }

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

border-color css

<style>
 span { border-color: #5A8BDC; }

 span { border-color: rgb(90,139,220); }

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