Html Css Color HEX #508CDF Cornflower Blue

📋 copy color: '#508CDF'

red 80 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #508CDF

Tints of Cornflower Blue #508CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 18.06%
G = 31.6%
B = 50.34%

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

#508CDF (or 0x508CDF) is known color: Cornflower Blue. HEX triplet: 50, 8C and DF. RGB value is (80,140,223). Sum of RGB (Red+Green+Blue) = 80+140+223=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #508CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CDF is #AF7320. Grayscale: #838383. Windows color (decimal): -11498273 or 14650448. OLE color: 14650448.

HSL color Cylindrical-coordinate representation of color #508CDF: hue angle of 214.83º degrees, saturation: 0.69, 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 #508CDF is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 140 223 -
CMYK 0.64 0.37 0 0.13
HSL 214.83º 0.69% 0.59% -
HSV(B) 214.83º 0.64% 0.87% -
XYZ 26.01 25.79 73.42 -
YUV 131.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 80 140 223 0.64 0.37 0 0.13 214.83 0.69 0.59
Hex 50 8C DF 40 25 0 D D7 45 3B
Octal 120 214 337 100 45 0 15 327 105 73
Binary 1010000 10001100 11011111 1000000 100101 0 1101 11010111 1000101 111011

Color Harmonies of #508CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CDF

Black with #508CDF

Text Example


Text Example

White with #508CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,140,223); }

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

background-color css

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

 a { background-color: rgb(80,140,223); }

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

border-color css

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

 span { border-color: rgb(80,140,223); }

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