Html Css Color HEX #508DFF Cornflower Blue

📋 copy color: '#508DFF'

red 80 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #508DFF

Tints of Cornflower Blue #508DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 16.81%
G = 29.62%
B = 53.57%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#508DFF (or 0x508DFF) is known color: Cornflower Blue. HEX triplet: 50, 8D and FF. RGB value is (80,141,255). Sum of RGB (Red+Green+Blue) = 80+141+255=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #508DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DFF is #AF7200. Grayscale: #878787. Windows color (decimal): -11497985 or 16747856. OLE color: 16747856.

HSL color Cylindrical-coordinate representation of color #508DFF: hue angle of 219.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #508DFF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 141 255 -
CMYK 0.69 0.45 0 0
HSL 219.09º 1% 0.66% -
HSV(B) 219.09º 0.69% 1% -
XYZ 30.88 27.98 98.38 -
YUV 135.76 195.29 88.23 -
System Red Green Blue C M Y K H S L
Decimal 80 141 255 0.69 0.45 0 0 219.09 1 0.66
Hex 50 8D FF 45 2D 0 0 DB 64 42
Octal 120 215 377 105 55 0 0 333 144 102
Binary 1010000 10001101 11111111 1000101 101101 0 0 11011011 1100100 1000010

Color Harmonies of #508DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DFF

Black with #508DFF

Text Example


Text Example

White with #508DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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