Html Css Color HEX #508FF6 Cornflower Blue

📋 copy color: '#508FF6'

red 80 ◦ green 143 ◦ blue 246

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

Shades of Cornflower Blue #508FF6

Tints of Cornflower Blue #508FF6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

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

R = 17.06%
G = 30.49%
B = 52.45%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#508FF6 (or 0x508FF6) is known color: Cornflower Blue. HEX triplet: 50, 8F and F6. RGB value is (80,143,246). Sum of RGB (Red+Green+Blue) = 80+143+246=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #508FF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FF6 is #AF7009. Grayscale: #878787. Windows color (decimal): -11497482 or 16158544. OLE color: 16158544.

HSL color Cylindrical-coordinate representation of color #508FF6: hue angle of 217.23º 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 #508FF6 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 143 246 -
CMYK 0.67 0.42 0 0.04
HSL 217.23º 0.9% 0.64% -
HSV(B) 217.23º 0.67% 0.96% -
XYZ 29.77 28 91.03 -
YUV 135.91 190.13 88.12 -
System Red Green Blue C M Y K H S L
Decimal 80 143 246 0.67 0.42 0 0.04 217.23 0.9 0.64
Hex 50 8F F6 43 2A 0 4 D9 5A 40
Octal 120 217 366 103 52 0 4 331 132 100
Binary 1010000 10001111 11110110 1000011 101010 0 100 11011001 1011010 1000000

Color Harmonies of #508FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FF6

Black with #508FF6

Text Example


Text Example

White with #508FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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