Html Css Color HEX #508CFF Cornflower Blue

📋 copy color: '#508CFF'

red 80 ◦ green 140 ◦ blue 255

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

Shades of Cornflower Blue #508CFF

Tints of Cornflower Blue #508CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.47%

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

R = 16.84%
G = 29.47%
B = 53.68%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#508CFF (or 0x508CFF) is known color: Cornflower Blue. HEX triplet: 50, 8C and FF. RGB value is (80,140,255). Sum of RGB (Red+Green+Blue) = 80+140+255=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #508CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CFF is #AF7300. Grayscale: #868686. Windows color (decimal): -11498241 or 16747600. OLE color: 16747600.

HSL color Cylindrical-coordinate representation of color #508CFF: hue angle of 219.43º 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 #508CFF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 140 255 -
CMYK 0.69 0.45 0 0
HSL 219.43º 1% 0.66% -
HSV(B) 219.43º 0.69% 1% -
XYZ 30.74 27.68 98.33 -
YUV 135.17 195.62 88.65 -
System Red Green Blue C M Y K H S L
Decimal 80 140 255 0.69 0.45 0 0 219.43 1 0.66
Hex 50 8C FF 45 2D 0 0 DB 64 42
Octal 120 214 377 105 55 0 0 333 144 102
Binary 1010000 10001100 11111111 1000101 101101 0 0 11011011 1100100 1000010

Color Harmonies of #508CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CFF

Black with #508CFF

Text Example


Text Example

White with #508CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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