Html Css Color HEX #508FFF Cornflower Blue

📋 copy color: '#508FFF'

red 80 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #508FFF

Tints of Cornflower Blue #508FFF

RGB

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

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

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

R = 16.74%
G = 29.92%
B = 53.35%

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

#508FFF (or 0x508FFF) is known color: Cornflower Blue. HEX triplet: 50, 8F and FF. RGB value is (80,143,255). Sum of RGB (Red+Green+Blue) = 80+143+255=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #508FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FFF is #AF7000. Grayscale: #888888. Windows color (decimal): -11497473 or 16748368. OLE color: 16748368.

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

Color convert

RGB 80 143 255 -
CMYK 0.69 0.44 0 0
HSL 218.4º 1% 0.66% -
HSV(B) 218.4º 0.69% 1% -
XYZ 31.18 28.57 98.48 -
YUV 136.93 194.63 87.39 -
System Red Green Blue C M Y K H S L
Decimal 80 143 255 0.69 0.44 0 0 218.4 1 0.66
Hex 50 8F FF 45 2C 0 0 DA 64 42
Octal 120 217 377 105 54 0 0 332 144 102
Binary 1010000 10001111 11111111 1000101 101100 0 0 11011010 1100100 1000010

Color Harmonies of #508FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FFF

Black with #508FFF

Text Example


Text Example

White with #508FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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