Html Css Color HEX #508DF4 Cornflower Blue

📋 copy color: '#508DF4'

red 80 ◦ green 141 ◦ blue 244

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

Shades of Cornflower Blue #508DF4

Tints of Cornflower Blue #508DF4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

 BLUE value IS 244 (95.7% from 255) = 52.47%

R = 17.2%
G = 30.32%
B = 52.47%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#508DF4 (or 0x508DF4) is known color: Cornflower Blue. HEX triplet: 50, 8D and F4. RGB value is (80,141,244). Sum of RGB (Red+Green+Blue) = 80+141+244=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #508DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DF4 is #AF720B. Grayscale: #868686. Windows color (decimal): -11497996 or 16026960. OLE color: 16026960.

HSL color Cylindrical-coordinate representation of color #508DF4: hue angle of 217.68º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508DF4 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 141 244 -
CMYK 0.67 0.42 0 0.04
HSL 217.68º 0.88% 0.64% -
HSV(B) 217.68º 0.67% 0.96% -
XYZ 29.16 27.29 89.32 -
YUV 134.5 189.79 89.12 -
System Red Green Blue C M Y K H S L
Decimal 80 141 244 0.67 0.42 0 0.04 217.68 0.88 0.64
Hex 50 8D F4 43 2A 0 4 DA 58 40
Octal 120 215 364 103 52 0 4 332 130 100
Binary 1010000 10001101 11110100 1000011 101010 0 100 11011010 1011000 1000000

Color Harmonies of #508DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DF4

Black with #508DF4

Text Example


Text Example

White with #508DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,141,244); }

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

background-color css

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

 a { background-color: rgb(80,141,244); }

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

border-color css

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

 span { border-color: rgb(80,141,244); }

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