Html Css Color HEX #508BE1 Cornflower Blue

📋 copy color: '#508BE1'

red 80 ◦ green 139 ◦ blue 225

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

Shades of Cornflower Blue #508BE1

Tints of Cornflower Blue #508BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.68%

R = 18.02%
G = 31.31%
B = 50.68%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#508BE1 (or 0x508BE1) is known color: Cornflower Blue. HEX triplet: 50, 8B and E1. RGB value is (80,139,225). Sum of RGB (Red+Green+Blue) = 80+139+225=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #508BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BE1 is #AF741E. Grayscale: #828282. Windows color (decimal): -11498527 or 14781264. OLE color: 14781264.

HSL color Cylindrical-coordinate representation of color #508BE1: hue angle of 215.59º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508BE1 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 139 225 -
CMYK 0.64 0.38 0 0.12
HSL 215.59º 0.71% 0.6% -
HSV(B) 215.59º 0.64% 0.88% -
XYZ 26.13 25.61 74.8 -
YUV 131.16 180.95 91.51 -
System Red Green Blue C M Y K H S L
Decimal 80 139 225 0.64 0.38 0 0.12 215.59 0.71 0.6
Hex 50 8B E1 40 26 0 C D8 47 3C
Octal 120 213 341 100 46 0 14 330 107 74
Binary 1010000 10001011 11100001 1000000 100110 0 1100 11011000 1000111 111100

Color Harmonies of #508BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BE1

Black with #508BE1

Text Example


Text Example

White with #508BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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