Html Css Color HEX #508BED Cornflower Blue

📋 copy color: '#508BED'

red 80 ◦ green 139 ◦ blue 237

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

Shades of Cornflower Blue #508BED

Tints of Cornflower Blue #508BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.97%

R = 17.54%
G = 30.48%
B = 51.97%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#508BED (or 0x508BED) is known color: Cornflower Blue. HEX triplet: 50, 8B and ED. RGB value is (80,139,237). Sum of RGB (Red+Green+Blue) = 80+139+237=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #508BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BED is #AF7412. Grayscale: #848484. Windows color (decimal): -11498515 or 15567696. OLE color: 15567696.

HSL color Cylindrical-coordinate representation of color #508BED: hue angle of 217.45º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508BED is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 139 237 -
CMYK 0.66 0.41 0 0.07
HSL 217.45º 0.81% 0.62% -
HSV(B) 217.45º 0.66% 0.93% -
XYZ 27.83 26.29 83.73 -
YUV 132.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 80 139 237 0.66 0.41 0 0.07 217.45 0.81 0.62
Hex 50 8B ED 42 29 0 7 D9 51 3E
Octal 120 213 355 102 51 0 7 331 121 76
Binary 1010000 10001011 11101101 1000010 101001 0 111 11011001 1010001 111110

Color Harmonies of #508BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BED

Black with #508BED

Text Example


Text Example

White with #508BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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