Html Css Color HEX #508AFF Cornflower Blue

📋 copy color: '#508AFF'

red 80 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #508AFF

Tints of Cornflower Blue #508AFF

RGB

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

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

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

R = 16.91%
G = 29.18%
B = 53.91%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#508AFF (or 0x508AFF) is known color: Cornflower Blue. HEX triplet: 50, 8A and FF. RGB value is (80,138,255). Sum of RGB (Red+Green+Blue) = 80+138+255=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #508AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508AFF is #AF7500. Grayscale: #858585. Windows color (decimal): -11498753 or 16747088. OLE color: 16747088.

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

Color convert

RGB 80 138 255 -
CMYK 0.69 0.46 0 0
HSL 220.11º 1% 0.66% -
HSV(B) 220.11º 0.69% 1% -
XYZ 30.45 27.1 98.23 -
YUV 134 196.28 89.49 -
System Red Green Blue C M Y K H S L
Decimal 80 138 255 0.69 0.46 0 0 220.11 1 0.66
Hex 50 8A FF 45 2E 0 0 DC 64 42
Octal 120 212 377 105 56 0 0 334 144 102
Binary 1010000 10001010 11111111 1000101 101110 0 0 11011100 1100100 1000010

Color Harmonies of #508AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508AFF

Black with #508AFF

Text Example


Text Example

White with #508AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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