Html Css Color HEX #508FFE Cornflower Blue

📋 copy color: '#508FFE'

red 80 ◦ green 143 ◦ blue 254

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

Shades of Cornflower Blue #508FFE

Tints of Cornflower Blue #508FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 16.77%
G = 29.98%
B = 53.25%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#508FFE (or 0x508FFE) is known color: Cornflower Blue. HEX triplet: 50, 8F and FE. RGB value is (80,143,254). Sum of RGB (Red+Green+Blue) = 80+143+254=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #508FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FFE is #AF7001. Grayscale: #888888. Windows color (decimal): -11497474 or 16682832. OLE color: 16682832.

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

Color convert

RGB 80 143 254 -
CMYK 0.69 0.44 0 0.00
HSL 218.28º 0.99% 0.65% -
HSV(B) 218.28º 0.69% 1% -
XYZ 31.02 28.51 97.63 -
YUV 136.82 194.13 87.47 -
System Red Green Blue C M Y K H S L
Decimal 80 143 254 0.69 0.44 0 0.00 218.28 0.99 0.65
Hex 50 8F FE 45 2C 0 0 DA 63 41
Octal 120 217 376 105 54 0 0 332 143 101
Binary 1010000 10001111 11111110 1000101 101100 0 0 11011010 1100011 1000001

Color Harmonies of #508FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FFE

Black with #508FFE

Text Example


Text Example

White with #508FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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