Html Css Color HEX #508FF9 Cornflower Blue

📋 copy color: '#508FF9'

red 80 ◦ green 143 ◦ blue 249

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

Shades of Cornflower Blue #508FF9

Tints of Cornflower Blue #508FF9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

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

R = 16.95%
G = 30.3%
B = 52.75%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#508FF9 (or 0x508FF9) is known color: Cornflower Blue. HEX triplet: 50, 8F and F9. RGB value is (80,143,249). Sum of RGB (Red+Green+Blue) = 80+143+249=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #508FF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FF9 is #AF7006. Grayscale: #878787. Windows color (decimal): -11497479 or 16355152. OLE color: 16355152.

HSL color Cylindrical-coordinate representation of color #508FF9: hue angle of 217.63º 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 #508FF9 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 143 249 -
CMYK 0.68 0.43 0 0.02
HSL 217.63º 0.93% 0.65% -
HSV(B) 217.63º 0.68% 0.98% -
XYZ 30.23 28.19 93.47 -
YUV 136.25 191.63 87.88 -
System Red Green Blue C M Y K H S L
Decimal 80 143 249 0.68 0.43 0 0.02 217.63 0.93 0.65
Hex 50 8F F9 44 2B 0 2 DA 5D 41
Octal 120 217 371 104 53 0 2 332 135 101
Binary 1010000 10001111 11111001 1000100 101011 0 10 11011010 1011101 1000001

Color Harmonies of #508FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FF9

Black with #508FF9

Text Example


Text Example

White with #508FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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