Html Css Color HEX #508BF8 Cornflower Blue

📋 copy color: '#508BF8'

red 80 ◦ green 139 ◦ blue 248

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

Shades of Cornflower Blue #508BF8

Tints of Cornflower Blue #508BF8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

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

R = 17.13%
G = 29.76%
B = 53.1%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#508BF8 (or 0x508BF8) is known color: Cornflower Blue. HEX triplet: 50, 8B and F8. RGB value is (80,139,248). Sum of RGB (Red+Green+Blue) = 80+139+248=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #508BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BF8 is #AF7407. Grayscale: #858585. Windows color (decimal): -11498504 or 16288592. OLE color: 16288592.

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

Color convert

RGB 80 139 248 -
CMYK 0.68 0.44 0 0.03
HSL 218.93º 0.92% 0.64% -
HSV(B) 218.93º 0.68% 0.97% -
XYZ 29.48 26.95 92.45 -
YUV 133.79 192.45 89.64 -
System Red Green Blue C M Y K H S L
Decimal 80 139 248 0.68 0.44 0 0.03 218.93 0.92 0.64
Hex 50 8B F8 44 2C 0 3 DB 5C 40
Octal 120 213 370 104 54 0 3 333 134 100
Binary 1010000 10001011 11111000 1000100 101100 0 11 11011011 1011100 1000000

Color Harmonies of #508BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BF8

Black with #508BF8

Text Example


Text Example

White with #508BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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