Html Css Color HEX #508AED Cornflower Blue

📋 copy color: '#508AED'

red 80 ◦ green 138 ◦ blue 237

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

Shades of Cornflower Blue #508AED

Tints of Cornflower Blue #508AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.33%

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

R = 17.58%
G = 30.33%
B = 52.09%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#508AED (or 0x508AED) is known color: Cornflower Blue. HEX triplet: 50, 8A and ED. RGB value is (80,138,237). Sum of RGB (Red+Green+Blue) = 80+138+237=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #508AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508AED is #AF7512. Grayscale: #838383. Windows color (decimal): -11498771 or 15567440. OLE color: 15567440.

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

Color convert

RGB 80 138 237 -
CMYK 0.66 0.42 0 0.07
HSL 217.83º 0.81% 0.62% -
HSV(B) 217.83º 0.66% 0.93% -
XYZ 27.68 26 83.68 -
YUV 131.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 80 138 237 0.66 0.42 0 0.07 217.83 0.81 0.62
Hex 50 8A ED 42 2A 0 7 DA 51 3E
Octal 120 212 355 102 52 0 7 332 121 76
Binary 1010000 10001010 11101101 1000010 101010 0 111 11011010 1010001 111110

Color Harmonies of #508AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508AED

Black with #508AED

Text Example


Text Example

White with #508AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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