Html Css Color HEX #508FF8 Cornflower Blue

📋 copy color: '#508FF8'

red 80 ◦ green 143 ◦ blue 248

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

Shades of Cornflower Blue #508FF8

Tints of Cornflower Blue #508FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.65%

R = 16.99%
G = 30.36%
B = 52.65%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#508FF8 (or 0x508FF8) is known color: Cornflower Blue. HEX triplet: 50, 8F and F8. RGB value is (80,143,248). Sum of RGB (Red+Green+Blue) = 80+143+248=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #508FF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FF8 is #AF7007. Grayscale: #878787. Windows color (decimal): -11497480 or 16289616. OLE color: 16289616.

HSL color Cylindrical-coordinate representation of color #508FF8: hue angle of 217.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #508FF8 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 143 248 -
CMYK 0.68 0.42 0 0.03
HSL 217.5º 0.92% 0.64% -
HSV(B) 217.5º 0.68% 0.97% -
XYZ 30.07 28.13 92.65 -
YUV 136.13 191.13 87.96 -
System Red Green Blue C M Y K H S L
Decimal 80 143 248 0.68 0.42 0 0.03 217.5 0.92 0.64
Hex 50 8F F8 44 2A 0 3 DA 5C 40
Octal 120 217 370 104 52 0 3 332 134 100
Binary 1010000 10001111 11111000 1000100 101010 0 11 11011010 1011100 1000000

Color Harmonies of #508FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FF8

Black with #508FF8

Text Example


Text Example

White with #508FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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