Html Css Color HEX #508FEE Cornflower Blue

📋 copy color: '#508FEE'

red 80 ◦ green 143 ◦ blue 238

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

Shades of Cornflower Blue #508FEE

Tints of Cornflower Blue #508FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 17.35%
G = 31.02%
B = 51.63%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#508FEE (or 0x508FEE) is known color: Cornflower Blue. HEX triplet: 50, 8F and EE. RGB value is (80,143,238). Sum of RGB (Red+Green+Blue) = 80+143+238=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #508FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FEE is #AF7011. Grayscale: #868686. Windows color (decimal): -11497490 or 15634256. OLE color: 15634256.

HSL color Cylindrical-coordinate representation of color #508FEE: hue angle of 216.08º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508FEE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 143 238 -
CMYK 0.66 0.40 0 0.07
HSL 216.08º 0.82% 0.62% -
HSV(B) 216.08º 0.66% 0.93% -
XYZ 28.56 27.52 84.7 -
YUV 134.99 186.13 88.78 -
System Red Green Blue C M Y K H S L
Decimal 80 143 238 0.66 0.40 0 0.07 216.08 0.82 0.62
Hex 50 8F EE 42 28 0 7 D8 52 3E
Octal 120 217 356 102 50 0 7 330 122 76
Binary 1010000 10001111 11101110 1000010 101000 0 111 11011000 1010010 111110

Color Harmonies of #508FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FEE

Black with #508FEE

Text Example


Text Example

White with #508FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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