Html Css Color HEX #507EFF Cornflower Blue

📋 copy color: '#507EFF'

red 80 ◦ green 126 ◦ blue 255

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

Shades of Cornflower Blue #507EFF

Tints of Cornflower Blue #507EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

 BLUE value IS 255 (100% from 255) = 55.31%

R = 17.35%
G = 27.33%
B = 55.31%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#507EFF (or 0x507EFF) is known color: Cornflower Blue. HEX triplet: 50, 7E and FF. RGB value is (80,126,255). Sum of RGB (Red+Green+Blue) = 80+126+255=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #507EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507EFF is #AF8100. Grayscale: #7E7E7E. Windows color (decimal): -11501825 or 16744016. OLE color: 16744016.

HSL color Cylindrical-coordinate representation of color #507EFF: hue angle of 224.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507EFF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 126 255 -
CMYK 0.69 0.51 0 0
HSL 224.23º 1% 0.66% -
HSV(B) 224.23º 0.69% 1% -
XYZ 28.82 23.85 97.69 -
YUV 126.95 200.26 94.51 -
System Red Green Blue C M Y K H S L
Decimal 80 126 255 0.69 0.51 0 0 224.23 1 0.66
Hex 50 7E FF 45 33 0 0 E0 64 42
Octal 120 176 377 105 63 0 0 340 144 102
Binary 1010000 1111110 11111111 1000101 110011 0 0 11100000 1100100 1000010

Color Harmonies of #507EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EFF

Black with #507EFF

Text Example


Text Example

White with #507EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507EFF; }

 p { color: rgb(80,126,255); }

 H1.HeaderClassName
 {
   color: #507EFF;
 }
 .AnyTagClassName
 {
   color: #507EFF;
 }
</style>

background-color css

<style>
 a { background-color: #507EFF; }

 a { background-color: rgb(80,126,255); }

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

border-color css

<style>
 span { border-color: #507EFF; }

 span { border-color: rgb(80,126,255); }

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