Html Css Color HEX #508CF9 Cornflower Blue

📋 copy color: '#508CF9'

red 80 ◦ green 140 ◦ blue 249

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

Shades of Cornflower Blue #508CF9

Tints of Cornflower Blue #508CF9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.85%

 BLUE value IS 249 (97.66% from 255) = 53.09%

R = 17.06%
G = 29.85%
B = 53.09%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#508CF9 (or 0x508CF9) is known color: Cornflower Blue. HEX triplet: 50, 8C and F9. RGB value is (80,140,249). Sum of RGB (Red+Green+Blue) = 80+140+249=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #508CF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CF9 is #AF7306. Grayscale: #858585. Windows color (decimal): -11498247 or 16354384. OLE color: 16354384.

HSL color Cylindrical-coordinate representation of color #508CF9: hue angle of 218.7º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #508CF9 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 140 249 -
CMYK 0.68 0.44 0 0.02
HSL 218.7º 0.93% 0.65% -
HSV(B) 218.7º 0.68% 0.98% -
XYZ 29.79 27.3 93.32 -
YUV 134.49 192.62 89.14 -
System Red Green Blue C M Y K H S L
Decimal 80 140 249 0.68 0.44 0 0.02 218.7 0.93 0.65
Hex 50 8C F9 44 2C 0 2 DB 5D 41
Octal 120 214 371 104 54 0 2 333 135 101
Binary 1010000 10001100 11111001 1000100 101100 0 10 11011011 1011101 1000001

Color Harmonies of #508CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CF9

Black with #508CF9

Text Example


Text Example

White with #508CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,140,249); }

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

background-color css

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

 a { background-color: rgb(80,140,249); }

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

border-color css

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

 span { border-color: rgb(80,140,249); }

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