Html Css Color HEX #508BEB Cornflower Blue

📋 copy color: '#508BEB'

red 80 ◦ green 139 ◦ blue 235

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

Shades of Cornflower Blue #508BEB

Tints of Cornflower Blue #508BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.76%

R = 17.62%
G = 30.62%
B = 51.76%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#508BEB (or 0x508BEB) is known color: Cornflower Blue. HEX triplet: 50, 8B and EB. RGB value is (80,139,235). Sum of RGB (Red+Green+Blue) = 80+139+235=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #508BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BEB is #AF7414. Grayscale: #838383. Windows color (decimal): -11498517 or 15436624. OLE color: 15436624.

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

Color convert

RGB 80 139 235 -
CMYK 0.66 0.41 0 0.08
HSL 217.16º 0.79% 0.62% -
HSV(B) 217.16º 0.66% 0.92% -
XYZ 27.54 26.17 82.2 -
YUV 132.3 185.95 90.69 -
System Red Green Blue C M Y K H S L
Decimal 80 139 235 0.66 0.41 0 0.08 217.16 0.79 0.62
Hex 50 8B EB 42 29 0 8 D9 4F 3E
Octal 120 213 353 102 51 0 10 331 117 76
Binary 1010000 10001011 11101011 1000010 101001 0 1000 11011001 1001111 111110

Color Harmonies of #508BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BEB

Black with #508BEB

Text Example


Text Example

White with #508BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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