Html Css Color HEX #508BF4 Cornflower Blue

📋 copy color: '#508BF4'

red 80 ◦ green 139 ◦ blue 244

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

Shades of Cornflower Blue #508BF4

Tints of Cornflower Blue #508BF4

RGB

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

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

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

R = 17.28%
G = 30.02%
B = 52.7%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#508BF4 (or 0x508BF4) is known color: Cornflower Blue. HEX triplet: 50, 8B and F4. RGB value is (80,139,244). Sum of RGB (Red+Green+Blue) = 80+139+244=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 244 (95.70% from 255 or 52.70% from 463); Max value from RGB is 244 - color contains mainly: blue. Hex color #508BF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BF4 is #AF740B. Grayscale: #848484. Windows color (decimal): -11498508 or 16026448. OLE color: 16026448.

HSL color Cylindrical-coordinate representation of color #508BF4: hue angle of 218.41º 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 #508BF4 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 139 244 -
CMYK 0.67 0.43 0 0.04
HSL 218.41º 0.88% 0.64% -
HSV(B) 218.41º 0.67% 0.96% -
XYZ 28.87 26.7 89.22 -
YUV 133.33 190.45 89.96 -
System Red Green Blue C M Y K H S L
Decimal 80 139 244 0.67 0.43 0 0.04 218.41 0.88 0.64
Hex 50 8B F4 43 2B 0 4 DA 58 40
Octal 120 213 364 103 53 0 4 332 130 100
Binary 1010000 10001011 11110100 1000011 101011 0 100 11011010 1011000 1000000

Color Harmonies of #508BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BF4

Black with #508BF4

Text Example


Text Example

White with #508BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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