Html Css Color HEX #508EEB Cornflower Blue

📋 copy color: '#508EEB'

red 80 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #508EEB

Tints of Cornflower Blue #508EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.07%

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

R = 17.51%
G = 31.07%
B = 51.42%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#508EEB (or 0x508EEB) is known color: Cornflower Blue. HEX triplet: 50, 8E and EB. RGB value is (80,142,235). Sum of RGB (Red+Green+Blue) = 80+142+235=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #508EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EEB is #AF7114. Grayscale: #858585. Windows color (decimal): -11497749 or 15437392. OLE color: 15437392.

HSL color Cylindrical-coordinate representation of color #508EEB: hue angle of 216º 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 #508EEB is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 142 235 -
CMYK 0.66 0.40 0 0.08
HSL 216º 0.79% 0.62% -
HSV(B) 216º 0.66% 0.92% -
XYZ 27.98 27.05 82.34 -
YUV 134.06 184.96 89.44 -
System Red Green Blue C M Y K H S L
Decimal 80 142 235 0.66 0.40 0 0.08 216 0.79 0.62
Hex 50 8E EB 42 28 0 8 D8 4F 3E
Octal 120 216 353 102 50 0 10 330 117 76
Binary 1010000 10001110 11101011 1000010 101000 0 1000 11011000 1001111 111110

Color Harmonies of #508EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EEB

Black with #508EEB

Text Example


Text Example

White with #508EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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