Html Css Color HEX #508CF7 Cornflower Blue

📋 copy color: '#508CF7'

red 80 ◦ green 140 ◦ blue 247

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

Shades of Cornflower Blue #508CF7

Tints of Cornflower Blue #508CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.89%

R = 17.13%
G = 29.98%
B = 52.89%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#508CF7 (or 0x508CF7) is known color: Cornflower Blue. HEX triplet: 50, 8C and F7. RGB value is (80,140,247). Sum of RGB (Red+Green+Blue) = 80+140+247=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #508CF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CF7 is #AF7308. Grayscale: #858585. Windows color (decimal): -11498249 or 16223312. OLE color: 16223312.

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

Color convert

RGB 80 140 247 -
CMYK 0.68 0.43 0 0.03
HSL 218.44º 0.91% 0.64% -
HSV(B) 218.44º 0.68% 0.97% -
XYZ 29.47 27.18 91.69 -
YUV 134.26 191.62 89.3 -
System Red Green Blue C M Y K H S L
Decimal 80 140 247 0.68 0.43 0 0.03 218.44 0.91 0.64
Hex 50 8C F7 44 2B 0 3 DA 5B 40
Octal 120 214 367 104 53 0 3 332 133 100
Binary 1010000 10001100 11110111 1000100 101011 0 11 11011010 1011011 1000000

Color Harmonies of #508CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CF7

Black with #508CF7

Text Example


Text Example

White with #508CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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