Html Css Color HEX #508AEF Cornflower Blue

📋 copy color: '#508AEF'

red 80 ◦ green 138 ◦ blue 239

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

Shades of Cornflower Blue #508AEF

Tints of Cornflower Blue #508AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 17.51%
G = 30.2%
B = 52.3%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#508AEF (or 0x508AEF) is known color: Cornflower Blue. HEX triplet: 50, 8A and EF. RGB value is (80,138,239). Sum of RGB (Red+Green+Blue) = 80+138+239=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #508AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508AEF is #AF7510. Grayscale: #838383. Windows color (decimal): -11498769 or 15698512. OLE color: 15698512.

HSL color Cylindrical-coordinate representation of color #508AEF: hue angle of 218.11º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508AEF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 138 239 -
CMYK 0.67 0.42 0 0.06
HSL 218.11º 0.83% 0.63% -
HSV(B) 218.11º 0.67% 0.94% -
XYZ 27.98 26.11 85.23 -
YUV 132.17 188.28 90.79 -
System Red Green Blue C M Y K H S L
Decimal 80 138 239 0.67 0.42 0 0.06 218.11 0.83 0.63
Hex 50 8A EF 43 2A 0 6 DA 53 3F
Octal 120 212 357 103 52 0 6 332 123 77
Binary 1010000 10001010 11101111 1000011 101010 0 110 11011010 1010011 111111

Color Harmonies of #508AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508AEF

Black with #508AEF

Text Example


Text Example

White with #508AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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