Html Css Color HEX #508FE0 Cornflower Blue

📋 copy color: '#508FE0'

red 80 ◦ green 143 ◦ blue 224

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

Shades of Cornflower Blue #508FE0

Tints of Cornflower Blue #508FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 17.9%
G = 31.99%
B = 50.11%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#508FE0 (or 0x508FE0) is known color: Cornflower Blue. HEX triplet: 50, 8F and E0. RGB value is (80,143,224). Sum of RGB (Red+Green+Blue) = 80+143+224=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #508FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FE0 is #AF701F. Grayscale: #858585. Windows color (decimal): -11497504 or 14716752. OLE color: 14716752.

HSL color Cylindrical-coordinate representation of color #508FE0: hue angle of 213.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508FE0 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 143 224 -
CMYK 0.64 0.36 0 0.12
HSL 213.75º 0.7% 0.6% -
HSV(B) 213.75º 0.64% 0.88% -
XYZ 26.59 26.73 74.28 -
YUV 133.4 179.13 89.91 -
System Red Green Blue C M Y K H S L
Decimal 80 143 224 0.64 0.36 0 0.12 213.75 0.7 0.6
Hex 50 8F E0 40 24 0 C D6 46 3C
Octal 120 217 340 100 44 0 14 326 106 74
Binary 1010000 10001111 11100000 1000000 100100 0 1100 11010110 1000110 111100

Color Harmonies of #508FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FE0

Black with #508FE0

Text Example


Text Example

White with #508FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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