Html Css Color HEX #508EDF Cornflower Blue

📋 copy color: '#508EDF'

red 80 ◦ green 142 ◦ blue 223

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

Shades of Cornflower Blue #508EDF

Tints of Cornflower Blue #508EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.91%

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 17.98%
G = 31.91%
B = 50.11%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#508EDF (or 0x508EDF) is known color: Cornflower Blue. HEX triplet: 50, 8E and DF. RGB value is (80,142,223). Sum of RGB (Red+Green+Blue) = 80+142+223=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #508EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EDF is #AF7120. Grayscale: #848484. Windows color (decimal): -11497761 or 14650960. OLE color: 14650960.

HSL color Cylindrical-coordinate representation of color #508EDF: hue angle of 213.99º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508EDF is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 142 223 -
CMYK 0.64 0.36 0 0.13
HSL 213.99º 0.69% 0.59% -
HSV(B) 213.99º 0.64% 0.87% -
XYZ 26.3 26.38 73.52 -
YUV 132.7 178.96 90.41 -
System Red Green Blue C M Y K H S L
Decimal 80 142 223 0.64 0.36 0 0.13 213.99 0.69 0.59
Hex 50 8E DF 40 24 0 D D6 45 3B
Octal 120 216 337 100 44 0 15 326 105 73
Binary 1010000 10001110 11011111 1000000 100100 0 1101 11010110 1000101 111011

Color Harmonies of #508EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EDF

Black with #508EDF

Text Example


Text Example

White with #508EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,223); }

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

background-color css

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

 a { background-color: rgb(80,142,223); }

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

border-color css

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

 span { border-color: rgb(80,142,223); }

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