Html Css Color HEX #508FE7 Cornflower Blue

📋 copy color: '#508FE7'

red 80 ◦ green 143 ◦ blue 231

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

Shades of Cornflower Blue #508FE7

Tints of Cornflower Blue #508FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.88%

R = 17.62%
G = 31.5%
B = 50.88%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#508FE7 (or 0x508FE7) is known color: Cornflower Blue. HEX triplet: 50, 8F and E7. RGB value is (80,143,231). Sum of RGB (Red+Green+Blue) = 80+143+231=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #508FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FE7 is #AF7018. Grayscale: #858585. Windows color (decimal): -11497497 or 15175504. OLE color: 15175504.

HSL color Cylindrical-coordinate representation of color #508FE7: hue angle of 214.97º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #508FE7 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 143 231 -
CMYK 0.65 0.38 0 0.09
HSL 214.97º 0.76% 0.61% -
HSV(B) 214.97º 0.65% 0.91% -
XYZ 27.55 27.12 79.38 -
YUV 134.2 182.63 89.34 -
System Red Green Blue C M Y K H S L
Decimal 80 143 231 0.65 0.38 0 0.09 214.97 0.76 0.61
Hex 50 8F E7 41 26 0 9 D7 4C 3D
Octal 120 217 347 101 46 0 11 327 114 75
Binary 1010000 10001111 11100111 1000001 100110 0 1001 11010111 1001100 111101

Color Harmonies of #508FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FE7

Black with #508FE7

Text Example


Text Example

White with #508FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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