Html Css Color HEX #508BDC Cornflower Blue

📋 copy color: '#508BDC'

red 80 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #508BDC

Tints of Cornflower Blue #508BDC

RGB

 RED value IS 80 (31.64% from 255) = 18.22%

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

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

R = 18.22%
G = 31.66%
B = 50.11%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#508BDC (or 0x508BDC) is known color: Cornflower Blue. HEX triplet: 50, 8B and DC. RGB value is (80,139,220). Sum of RGB (Red+Green+Blue) = 80+139+220=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #508BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BDC is #AF7423. Grayscale: #828282. Windows color (decimal): -11498532 or 14453584. OLE color: 14453584.

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

Color convert

RGB 80 139 220 -
CMYK 0.64 0.37 0 0.14
HSL 214.71º 0.67% 0.59% -
HSV(B) 214.71º 0.64% 0.86% -
XYZ 25.46 25.34 71.26 -
YUV 130.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 80 139 220 0.64 0.37 0 0.14 214.71 0.67 0.59
Hex 50 8B DC 40 25 0 E D7 43 3B
Octal 120 213 334 100 45 0 16 327 103 73
Binary 1010000 10001011 11011100 1000000 100101 0 1110 11010111 1000011 111011

Color Harmonies of #508BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BDC

Black with #508BDC

Text Example


Text Example

White with #508BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508BDC; }

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

 H1.HeaderClassName
 {
   color: #508BDC;
 }
 .AnyTagClassName
 {
   color: #508BDC;
 }
</style>

background-color css

<style>
 a { background-color: #508BDC; }

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

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

border-color css

<style>
 span { border-color: #508BDC; }

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

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