Html Css Color HEX #508EFF Cornflower Blue

📋 copy color: '#508EFF'

red 80 ◦ green 142 ◦ blue 255

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

Shades of Cornflower Blue #508EFF

Tints of Cornflower Blue #508EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 16.77%
G = 29.77%
B = 53.46%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#508EFF (or 0x508EFF) is known color: Cornflower Blue. HEX triplet: 50, 8E and FF. RGB value is (80,142,255). Sum of RGB (Red+Green+Blue) = 80+142+255=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #508EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EFF is #AF7100. Grayscale: #878787. Windows color (decimal): -11497729 or 16748112. OLE color: 16748112.

HSL color Cylindrical-coordinate representation of color #508EFF: hue angle of 218.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #508EFF is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 142 255 -
CMYK 0.69 0.44 0 0
HSL 218.74º 1% 0.66% -
HSV(B) 218.74º 0.69% 1% -
XYZ 31.03 28.27 98.43 -
YUV 136.34 194.96 87.81 -
System Red Green Blue C M Y K H S L
Decimal 80 142 255 0.69 0.44 0 0 218.74 1 0.66
Hex 50 8E FF 45 2C 0 0 DB 64 42
Octal 120 216 377 105 54 0 0 333 144 102
Binary 1010000 10001110 11111111 1000101 101100 0 0 11011011 1100100 1000010

Color Harmonies of #508EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EFF

Black with #508EFF

Text Example


Text Example

White with #508EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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