Html Css Color HEX #508AE0 Cornflower Blue

📋 copy color: '#508AE0'

red 80 ◦ green 138 ◦ blue 224

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

Shades of Cornflower Blue #508AE0

Tints of Cornflower Blue #508AE0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

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

R = 18.1%
G = 31.22%
B = 50.68%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#508AE0 (or 0x508AE0) is known color: Cornflower Blue. HEX triplet: 50, 8A and E0. RGB value is (80,138,224). Sum of RGB (Red+Green+Blue) = 80+138+224=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #508AE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508AE0 is #AF751F. Grayscale: #828282. Windows color (decimal): -11498784 or 14715472. OLE color: 14715472.

HSL color Cylindrical-coordinate representation of color #508AE0: hue angle of 215.83º 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 #508AE0 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 138 224 -
CMYK 0.64 0.38 0 0.12
HSL 215.83º 0.7% 0.6% -
HSV(B) 215.83º 0.64% 0.88% -
XYZ 25.85 25.26 74.04 -
YUV 130.46 180.78 92.01 -
System Red Green Blue C M Y K H S L
Decimal 80 138 224 0.64 0.38 0 0.12 215.83 0.7 0.6
Hex 50 8A E0 40 26 0 C D8 46 3C
Octal 120 212 340 100 46 0 14 330 106 74
Binary 1010000 10001010 11100000 1000000 100110 0 1100 11011000 1000110 111100

Color Harmonies of #508AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508AE0

Black with #508AE0

Text Example


Text Example

White with #508AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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