Html Css Color HEX #508DF6 Cornflower Blue

📋 copy color: '#508DF6'

red 80 ◦ green 141 ◦ blue 246

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

Shades of Cornflower Blue #508DF6

Tints of Cornflower Blue #508DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

 BLUE value IS 246 (96.48% from 255) = 52.68%

R = 17.13%
G = 30.19%
B = 52.68%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#508DF6 (or 0x508DF6) is known color: Cornflower Blue. HEX triplet: 50, 8D and F6. RGB value is (80,141,246). Sum of RGB (Red+Green+Blue) = 80+141+246=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #508DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DF6 is #AF7209. Grayscale: #868686. Windows color (decimal): -11497994 or 16158032. OLE color: 16158032.

HSL color Cylindrical-coordinate representation of color #508DF6: hue angle of 217.95º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508DF6 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 141 246 -
CMYK 0.67 0.43 0 0.04
HSL 217.95º 0.9% 0.64% -
HSV(B) 217.95º 0.67% 0.96% -
XYZ 29.47 27.41 90.93 -
YUV 134.73 190.79 88.96 -
System Red Green Blue C M Y K H S L
Decimal 80 141 246 0.67 0.43 0 0.04 217.95 0.9 0.64
Hex 50 8D F6 43 2B 0 4 DA 5A 40
Octal 120 215 366 103 53 0 4 332 132 100
Binary 1010000 10001101 11110110 1000011 101011 0 100 11011010 1011010 1000000

Color Harmonies of #508DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DF6

Black with #508DF6

Text Example


Text Example

White with #508DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,141,246); }

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

background-color css

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

 a { background-color: rgb(80,141,246); }

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

border-color css

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

 span { border-color: rgb(80,141,246); }

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