Html Css Color HEX #508BF9 Cornflower Blue

📋 copy color: '#508BF9'

red 80 ◦ green 139 ◦ blue 249

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

Shades of Cornflower Blue #508BF9

Tints of Cornflower Blue #508BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.21%

R = 17.09%
G = 29.7%
B = 53.21%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#508BF9 (or 0x508BF9) is known color: Cornflower Blue. HEX triplet: 50, 8B and F9. RGB value is (80,139,249). Sum of RGB (Red+Green+Blue) = 80+139+249=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #508BF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BF9 is #AF7406. Grayscale: #858585. Windows color (decimal): -11498503 or 16354128. OLE color: 16354128.

HSL color Cylindrical-coordinate representation of color #508BF9: hue angle of 219.05º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #508BF9 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 139 249 -
CMYK 0.68 0.44 0 0.02
HSL 219.05º 0.93% 0.65% -
HSV(B) 219.05º 0.68% 0.98% -
XYZ 29.64 27.01 93.27 -
YUV 133.9 192.95 89.56 -
System Red Green Blue C M Y K H S L
Decimal 80 139 249 0.68 0.44 0 0.02 219.05 0.93 0.65
Hex 50 8B F9 44 2C 0 2 DB 5D 41
Octal 120 213 371 104 54 0 2 333 135 101
Binary 1010000 10001011 11111001 1000100 101100 0 10 11011011 1011101 1000001

Color Harmonies of #508BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BF9

Black with #508BF9

Text Example


Text Example

White with #508BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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