Html Css Color HEX #508DF0 Cornflower Blue

📋 copy color: '#508DF0'

red 80 ◦ green 141 ◦ blue 240

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

Shades of Cornflower Blue #508DF0

Tints of Cornflower Blue #508DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.06%

R = 17.35%
G = 30.59%
B = 52.06%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#508DF0 (or 0x508DF0) is known color: Cornflower Blue. HEX triplet: 50, 8D and F0. RGB value is (80,141,240). Sum of RGB (Red+Green+Blue) = 80+141+240=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #508DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DF0 is #AF720F. Grayscale: #858585. Windows color (decimal): -11498000 or 15764816. OLE color: 15764816.

HSL color Cylindrical-coordinate representation of color #508DF0: hue angle of 217.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508DF0 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 141 240 -
CMYK 0.67 0.41 0 0.06
HSL 217.13º 0.84% 0.63% -
HSV(B) 217.13º 0.67% 0.94% -
XYZ 28.56 27.05 86.15 -
YUV 134.05 187.79 89.45 -
System Red Green Blue C M Y K H S L
Decimal 80 141 240 0.67 0.41 0 0.06 217.13 0.84 0.63
Hex 50 8D F0 43 29 0 6 D9 54 3F
Octal 120 215 360 103 51 0 6 331 124 77
Binary 1010000 10001101 11110000 1000011 101001 0 110 11011001 1010100 111111

Color Harmonies of #508DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DF0

Black with #508DF0

Text Example


Text Example

White with #508DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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