Html Css Color HEX #508BDD Cornflower Blue

📋 copy color: '#508BDD'

red 80 ◦ green 139 ◦ blue 221

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

Shades of Cornflower Blue #508BDD

Tints of Cornflower Blue #508BDD

RGB

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

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

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

R = 18.18%
G = 31.59%
B = 50.23%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#508BDD (or 0x508BDD) is known color: Cornflower Blue. HEX triplet: 50, 8B and DD. RGB value is (80,139,221). Sum of RGB (Red+Green+Blue) = 80+139+221=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #508BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BDD is #AF7422. Grayscale: #828282. Windows color (decimal): -11498531 or 14519120. OLE color: 14519120.

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

Color convert

RGB 80 139 221 -
CMYK 0.64 0.37 0 0.13
HSL 214.89º 0.67% 0.59% -
HSV(B) 214.89º 0.64% 0.87% -
XYZ 25.59 25.39 71.96 -
YUV 130.71 178.95 91.83 -
System Red Green Blue C M Y K H S L
Decimal 80 139 221 0.64 0.37 0 0.13 214.89 0.67 0.59
Hex 50 8B DD 40 25 0 D D7 43 3B
Octal 120 213 335 100 45 0 15 327 103 73
Binary 1010000 10001011 11011101 1000000 100101 0 1101 11010111 1000011 111011

Color Harmonies of #508BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BDD

Black with #508BDD

Text Example


Text Example

White with #508BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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